diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-07-07 09:40:01 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-07-07 09:40:01 +0200 |
commit | 71c0fe5b6e80a32407437a5e076fdf9bf2eb02d6 (patch) | |
tree | db22760c2bd8430d8163358400ab9ee044aa7370 /i486-stage2/git/DESCR | |
parent | fa57d9d60dc25a4b93f1053ec0824ba0c01449a6 (diff) | |
download | bootstrap32-71c0fe5b6e80a32407437a5e076fdf9bf2eb02d6.tar.xz |
git needs perl-mailtools now
Diffstat (limited to 'i486-stage2/git/DESCR')
-rw-r--r-- | i486-stage2/git/DESCR | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/i486-stage2/git/DESCR b/i486-stage2/git/DESCR index e95d538..a59881c 100644 --- a/i486-stage2/git/DESCR +++ b/i486-stage2/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 |