index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-01 18:36:53 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-01 18:36:53 +0100 |
commit | 99b2a509e935d35f95b04f9a99a7b1ff252e470d (patch) | |
tree | 9ea7fc32e91e5b6caef202c2355554ae5b8ceecb /i486-stage3 | |
parent | 0c0d649b87e2b487f3b18f9d021cfb17891e7b09 (diff) |
-rw-r--r-- | i486-stage3/pam/DESCR | 11 |
diff --git a/i486-stage3/pam/DESCR b/i486-stage3/pam/DESCR new file mode 100644 index 0000000..a3e5015 --- /dev/null +++ b/i486-stage3/pam/DESCR @@ -0,0 +1,11 @@ +# no w3m, docboox-xml/xsl +# tons of tools needed to build documentation, we ommit the documentation right now +sed -i "/makedepends=/s/'w3m'//" PKGBUILD +sed -i "/makedepends=/s/'docbook-xml.*'//" PKGBUILD +sed -i "/makedepends=/s/'docbook-xsl'//" PKGBUILD + +# disable docu rebuilding +sed -i 's@./configure@./configure --disable-regenerate-docu@' PKGBUILD + +# no documentation built, so nothing to remove +sed -i '1!N; /# FS #40749\n \+rm/ s/rm/#rm/g' PKGBUILD |