index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | i486-stage2/kbd/DESCR | 5 |
diff --git a/i486-stage2/kbd/DESCR b/i486-stage2/kbd/DESCR new file mode 100644 index 0000000..d8fa791 --- /dev/null +++ b/i486-stage2/kbd/DESCR @@ -0,0 +1,5 @@ +# no unit testing (using C 'check') +sed -i "/makedepends=/s/'check'//" PKGBUILD + +# do not build test programs, they need libcheck +sed -i "s@./configure@./configure --disable-tests @" PKGBUILD |