From bc7493072185130526b0ecd345523078b69ff28e Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 28 Mar 2019 11:09:07 +0100 Subject: community/gap: fixed the chrpath patch, sed didnt match anymore --- community/gap/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/gap') 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-/ ' )" -- cgit v1.2.3