diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-23 21:08:05 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-23 21:08:05 +0100 |
commit | 22a9db79089c54823ae36ee2e20615ac70ab7f40 (patch) | |
tree | 471cd831b98310f17d1b745ed8296fc75e0dc05a /i486-stage2/kbd | |
parent | 02a07b1846dd61be1df300f345143e5462caa7ae (diff) | |
download | bootstrap32-22a9db79089c54823ae36ee2e20615ac70ab7f40.tar.xz |
building up to linux
Diffstat (limited to 'i486-stage2/kbd')
-rw-r--r-- | i486-stage2/kbd/DESCR | 5 |
1 files changed, 5 insertions, 0 deletions
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 |