summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-09-06 11:47:49 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-09-06 11:47:49 +0200
commitfcd3e761035173bf0ed663c179f7e38d636d1c83 (patch)
tree4321c8de23ca4e7761ce13ffab9d629ef4c9423a /community
parent5c76f3b6d29daa4e100b24f77ea5edf5bd2a818e (diff)
downloadpackages-fcd3e761035173bf0ed663c179f7e38d636d1c83.tar.xz
community/building: fixing the fix
Diffstat (limited to 'community')
-rw-r--r--community/buildah/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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" {} \\;
'
)"