index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | core/openssl/PKGBUILD | 2 |
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 | \ |