index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-09-06 11:47:49 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-09-06 11:47:49 +0200 |
commit | fcd3e761035173bf0ed663c179f7e38d636d1c83 (patch) | |
tree | 4321c8de23ca4e7761ce13ffab9d629ef4c9423a | |
parent | 5c76f3b6d29daa4e100b24f77ea5edf5bd2a818e (diff) |
-rw-r--r-- | community/buildah/PKGBUILD | 2 |
diff --git a/community/buildah/PKGBUILD b/community/buildah/PKGBUILD index a932a0ba..4fa61167 100644 --- a/community/buildah/PKGBUILD +++ b/community/buildah/PKGBUILD @@ -3,6 +3,6 @@ eval "$( declare -f prepare | \ sed ' - /}/ i find $srcdir -type f -exec sed -i "s/4294967295/2147483647/g" {} \; + /}/ i find $srcdir -type f -exec sed -i "s/4294967295/2147483647/g" {} \\; ' )" |