diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-07-06 13:04:40 +0000 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-07-06 13:04:40 +0000 |
commit | dd9fa07939a7b1f6fd67def3c56358bbe4e7a493 (patch) | |
tree | 9518d92b0ac2b424f225717b73e4ccc579d7ab74 | |
parent | 755b55405c00990ee7d613e72c1d99f20d96c526 (diff) | |
download | packages-dd9fa07939a7b1f6fd67def3c56358bbe4e7a493.tar.xz |
core/openssl: fixed a i486 specific comment
-rw-r--r-- | core/openssl/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/openssl/PKGBUILD b/core/openssl/PKGBUILD index 602de5f4..e3e0d088 100644 --- a/core/openssl/PKGBUILD +++ b/core/openssl/PKGBUILD @@ -1,4 +1,4 @@ -# append a i486 section +# i486-specific if [ "${CARCH}" = "i486" ]; then eval "$( declare -f build | \ |