diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-03-20 07:44:03 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-03-20 07:44:03 +0000 |
commit | e410a413d47ca01e0dcfa4ff95800c6155b94685 (patch) | |
tree | c20f27d6a2d6855776c2cd673b7013873fa92e1e /testing/hylafaxplus | |
parent | 0e565891f3889307bbf1787c33aec0493618e873 (diff) | |
download | aports-e410a413d47ca01e0dcfa4ff95800c6155b94685.tar.bz2 aports-e410a413d47ca01e0dcfa4ff95800c6155b94685.tar.xz |
testing/hylafaxplus: cosmetic fixes
Diffstat (limited to 'testing/hylafaxplus')
-rw-r--r-- | testing/hylafaxplus/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/hylafaxplus/APKBUILD b/testing/hylafaxplus/APKBUILD index 69f173d402..90181d3c15 100644 --- a/testing/hylafaxplus/APKBUILD +++ b/testing/hylafaxplus/APKBUILD @@ -27,8 +27,7 @@ build() { export CC=gcc export CXX=g++ case "$CARCH" in - ppc64le) - par_options="-j1" + ppc64le) par_options="-j1" ;; esac ./configure \ |