index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-24 14:05:29 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-24 14:05:29 +0100 |
commit | 5af74548e741eab8fcf156f56850a5639043abac (patch) | |
tree | 4b1c2a3679b589d5b99bb831a48244e8e488cb08 /i486-stage2/make | |
parent | 428aebe60e7dd5664c53e9efb8cf2368397211b0 (diff) |
-rw-r--r-- | i486-stage2/make/DESCR | 3 |
diff --git a/i486-stage2/make/DESCR b/i486-stage2/make/DESCR new file mode 100644 index 0000000..c876f0d --- /dev/null +++ b/i486-stage2/make/DESCR @@ -0,0 +1,3 @@ +# no guile +sed -i "/depends=/s/'guile'//" PKGBUILD +sed -i 's@./configure@./configure --without-guile@g' PKGBUILD |