summaryrefslogtreecommitdiff
path: root/i486-stage1/pacman/DESCR
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-02-08 16:32:24 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-02-08 16:32:24 +0100
commit4787efe6ce42a3bffb6820d3a29c02072e205900 (patch)
tree0414388653653fa5e66db53291aaf8c1d043e91a /i486-stage1/pacman/DESCR
parent88d8a775066ea4d80fa5fcc140a70c95489a1274 (diff)
downloadbootstrap32-4787efe6ce42a3bffb6820d3a29c02072e205900.tar.xz
some stage 1 cleanup
Diffstat (limited to 'i486-stage1/pacman/DESCR')
-rw-r--r--i486-stage1/pacman/DESCR6
1 files changed, 2 insertions, 4 deletions
diff --git a/i486-stage1/pacman/DESCR b/i486-stage1/pacman/DESCR
index a3fc76e..f531620 100644
--- a/i486-stage1/pacman/DESCR
+++ b/i486-stage1/pacman/DESCR
@@ -7,12 +7,10 @@ sed -i "1!N;/depends=/s/'gpgme'//" PKGBUILD
sed -i 's@./configure@./configure --without-gpgme@' PKGBUILD
# asciidoc is a makedepend, we can use the one on the host (this means
-# also we can pacman only rebuild on i486 itself after the whole python
-# zoo is installed)
+# also we can pacman only rebuild on i486 itself after python has been
+# installed)
sed -i "/makedepends=/s/'asciidoc'//" PKGBUILD
-#TODO FROM HERE
-
# craft a temporary i486 pacman.conf (no gpg and hard-coded architecture)
cp pacman.conf.i686 pacman.conf.i486
sed -i 's@^\(SigLevel\)@#\1@' pacman.conf.i486