diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/pacman/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pacman/PKGBUILD b/core/pacman/PKGBUILD index 001490a5..090d7a24 100644 --- a/core/pacman/PKGBUILD +++ b/core/pacman/PKGBUILD @@ -40,7 +40,7 @@ eval "$( # not supported on i486 -fcf-protection -if [ ! "${CARCH}" = "i486" ]; then +if [ "${CARCH}" = "i486" ]; then eval "$( { declare -f package || \ |