Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/gap
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-03-28 11:09:07 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2019-03-28 11:09:07 +0100
commitbc7493072185130526b0ecd345523078b69ff28e (patch)
tree349143ad33933eecba5bcb0a7b71919654e3de3b /community/gap
parent7a25e371a8cb7959bc26bbb760cb3e0499f1c83e (diff)
community/gap: fixed the chrpath patch, sed didnt match anymore
Diffstat (limited to 'community/gap')
-rw-r--r--community/gap/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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-/
'
)"