index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-24 20:46:44 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-24 20:46:44 +0100 |
commit | 76c4f1be65af6a459f23509276b4bf818a9bfd37 (patch) | |
tree | 86050550f793f307fa5c9aaee632b9f4af23b7c3 /i486-stage4/shadow/DESCR | |
parent | a8c1cb496f598dc362161d1105396f805167f663 (diff) |
-rw-r--r-- | i486-stage4/shadow/DESCR | 14 |
diff --git a/i486-stage4/shadow/DESCR b/i486-stage4/shadow/DESCR new file mode 100644 index 0000000..2e18396 --- /dev/null +++ b/i486-stage4/shadow/DESCR @@ -0,0 +1,14 @@ +# remove dependency on Gnome +sed -i "/makedepends=/s/'gnome-doc-utils'//" PKGBUILD + +# building man pages needs xml2po, disable it +sed -i 's@--enable-man@--disable-man@g' PKGBUILD +sed -i '/find/,/-delete/{s/\(.*\)/#\1/g}' PKGBUILD +sed -i '/rmdir/,/man8/{s/\(.*\)/#\1/g}' PKGBUILD +# counterspells, yes I know, I'm bad with sed +sed -i 's/^#}/}/' PKGBUILD +# shadow: /usr/sbin exists in filesystem +# revert last rmdir commenting of /usr/sbin removal +sed -i 's@^# \+rmdir \+"$pkgdir/usr/sbin"@ rmdir "$pkgdir/usr/sbin"@' PKGBUILD + +sed -i '2!N; /prepare()/ a \ sed -i "/SUBDIRS/s/man//g" Makefile.am' PKGBUILD |