index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/gap/PKGBUILD | 2 |
diff --git a/community/gap/PKGBUILD b/community/gap/PKGBUILD index b9a33e53..d5bf1291 100644 --- a/community/gap/PKGBUILD +++ b/community/gap/PKGBUILD @@ -1,6 +1,6 @@ eval "$( declare -f package_gap-packages | \ sed ' - /chrpath/ s/x86_64-pc-linux-gnu-default64/i686-pc-linux-gnu-default32/ + /chrpath/ s/x86_64-/i686-/ ' )" |