index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | i486-stage1/pacman/DESCR | 6 |
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 |