From 4787efe6ce42a3bffb6820d3a29c02072e205900 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 8 Feb 2018 16:32:24 +0100 Subject: some stage 1 cleanup --- i486-stage1/pacman/DESCR | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'i486-stage1/pacman/DESCR') 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 -- cgit v1.2.3-54-g00ecf