diff options
Diffstat (limited to 'core')
-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 | \ |