index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | i486-stage3/git/DESCR | 3 |
diff --git a/i486-stage3/git/DESCR b/i486-stage3/git/DESCR index e95d538..a59881c 100644 --- a/i486-stage3/git/DESCR +++ b/i486-stage3/git/DESCR @@ -21,3 +21,6 @@ sed -i "s@\(make -C contrib/credential/libsecret\)@#\1@" PKGBUILD sed -i "/# gnome credentials helper/,/make -C contrib\/credential\/libsecret clean/s/\(.*\)/#\1/g" PKGBUILD # not configured with configure? weird.. + +# no perl-mailtools +sed -i "/depends=/s/'perl-mailtools'//" PKGBUILD |