summaryrefslogtreecommitdiff
path: root/i486-stage3
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-03-01 18:36:53 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-03-01 18:36:53 +0100
commit99b2a509e935d35f95b04f9a99a7b1ff252e470d (patch)
tree9ea7fc32e91e5b6caef202c2355554ae5b8ceecb /i486-stage3
parent0c0d649b87e2b487f3b18f9d021cfb17891e7b09 (diff)
downloadbootstrap32-99b2a509e935d35f95b04f9a99a7b1ff252e470d.tar.xz
fixed bugs in pam, building pam in stage3
fixed bugs in create_hdd.sh (groups, build user, /dev filesystem)
Diffstat (limited to 'i486-stage3')
-rw-r--r--i486-stage3/pam/DESCR11
1 files changed, 11 insertions, 0 deletions
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