summaryrefslogtreecommitdiff
path: root/i486-stage1
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-02-23 21:08:05 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-02-23 21:08:05 +0100
commit22a9db79089c54823ae36ee2e20615ac70ab7f40 (patch)
tree471cd831b98310f17d1b745ed8296fc75e0dc05a /i486-stage1
parent02a07b1846dd61be1df300f345143e5462caa7ae (diff)
downloadbootstrap32-22a9db79089c54823ae36ee2e20615ac70ab7f40.tar.xz
building up to linux
Diffstat (limited to 'i486-stage1')
-rw-r--r--i486-stage1/kbd/DESCR2
-rw-r--r--i486-stage1/pacman-mirrorlist/DESCR2
-rw-r--r--i486-stage1/shadow/DESCR5
3 files changed, 6 insertions, 3 deletions
diff --git a/i486-stage1/kbd/DESCR b/i486-stage1/kbd/DESCR
index ea23771..d0e0e9b 100644
--- a/i486-stage1/kbd/DESCR
+++ b/i486-stage1/kbd/DESCR
@@ -2,7 +2,7 @@
sed -i "s@./configure@./configure --host=$TARGET_ARCH --build=$BUILD_ARCH@" PKGBUILD
# no unit testing (using C 'check')
-sed -i 's@makedepends\(.*\)@#makedepends\1@g' PKGBUILD
+sed -i "/makedepends=/s/'check'//" PKGBUILD
# do not build test programs, they need libcheck
sed -i "s@./configure@./configure --disable-tests @" PKGBUILD
diff --git a/i486-stage1/pacman-mirrorlist/DESCR b/i486-stage1/pacman-mirrorlist/DESCR
index 233e5bc..78152a7 100644
--- a/i486-stage1/pacman-mirrorlist/DESCR
+++ b/i486-stage1/pacman-mirrorlist/DESCR
@@ -1,5 +1,5 @@
# append our local i486 only mirror for now
cat >> mirrorlist <<EOF
## Switzerland
-Server = https://archlinux32.andreasbaumann.cc/\$arch/\$repo
+Server = http://archlinux32.andreasbaumann.cc/\$arch/\$repo
EOF
diff --git a/i486-stage1/shadow/DESCR b/i486-stage1/shadow/DESCR
index ff12a87..19d576d 100644
--- a/i486-stage1/shadow/DESCR
+++ b/i486-stage1/shadow/DESCR
@@ -2,7 +2,10 @@
sed -i "s@./configure@./configure --host=$TARGET_ARCH --build=$BUILD_ARCH@" PKGBUILD
# remove docu and git dependencies
-sed -i 's@makedepends\(.*\)@#makedepends\1@g' PKGBUILD
+sed -i "/makedepends=/s/'git'//" PKGBUILD
+sed -i "/makedepends=/s/'libxslt'//" PKGBUILD
+sed -i "/makedepends=/s/'docbook-xsl'//" PKGBUILD
+sed -i "/makedepends=/s/'gnome-doc-utils'//" PKGBUILD
# building man pages needs xml2po, disable it
sed -i 's@--enable-man@--disable-man@g' PKGBUILD