diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-22 21:20:43 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-22 21:20:43 +0100 |
commit | bbc33eca943411eae18d689e9bfb5da3af4179c1 (patch) | |
tree | a1a844385b9420f55ae5de32155a7d9339a96886 /i486-stage4 | |
parent | e5582416f1cec35eeed37182e66a6d00aea0d7ea (diff) | |
download | bootstrap32-bbc33eca943411eae18d689e9bfb5da3af4179c1.tar.xz |
fixed some build trouble in git
Diffstat (limited to 'i486-stage4')
-rw-r--r-- | i486-stage4/git/DESCR | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/i486-stage4/git/DESCR b/i486-stage4/git/DESCR index b8d96cd..fc4e5cc 100644 --- a/i486-stage4/git/DESCR +++ b/i486-stage4/git/DESCR @@ -1,2 +1,8 @@ -# no Gnome, draws in tons of things we don't want for a base system +# no Gnome integration sed -i "/makedepends=/s/'libgnome-keyring'//" PKGBUILD +sed -i "s@\(make -C contrib/credential/gnome-keyring\)@#\1@" PKGBUILD +sed -i "/# gnome credentials helper/,/#/s/\(.*\)/#\1/" PKGBUILD + +# no libsecret in stage3 currently +sed -i "s@\(make -C contrib/credential/libsecret\)@#\1@" PKGBUILD +sed -i "/# libsecret credentials helper/,/#/s/\(.*\)/#\1/" PKGBUILD |