index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-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" {} \\; ' )" |