diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-12-01 12:57:57 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-12-01 12:57:57 +0100 |
commit | a2b909b8c06e0bfa13605ffe9ff41535fec16d64 (patch) | |
tree | 43299cc45a0b4e220e723810d630f8af8fb86aae /community/gap/PKGBUILD | |
parent | 008fca945570bb8c41a2c0546007abe27ac8afa7 (diff) | |
download | packages-a2b909b8c06e0bfa13605ffe9ff41535fec16d64.tar.xz |
community/gap: fixed chrpath patching for 32-bit
Diffstat (limited to 'community/gap/PKGBUILD')
-rw-r--r-- | community/gap/PKGBUILD | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/community/gap/PKGBUILD b/community/gap/PKGBUILD new file mode 100644 index 00000000..b9a33e53 --- /dev/null +++ b/community/gap/PKGBUILD @@ -0,0 +1,6 @@ +eval "$( + declare -f package_gap-packages | \ + sed ' + /chrpath/ s/x86_64-pc-linux-gnu-default64/i686-pc-linux-gnu-default32/ + ' +)" |