summaryrefslogtreecommitdiff
path: root/i486-stage1/kbd/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'i486-stage1/kbd/DESCR')
-rw-r--r--i486-stage1/kbd/DESCR2
1 files changed, 1 insertions, 1 deletions
diff --git a/i486-stage1/kbd/DESCR b/i486-stage1/kbd/DESCR
index ea23771..d0e0e9b 100644
--- a/i486-stage1/kbd/DESCR
+++ b/i486-stage1/kbd/DESCR
@@ -2,7 +2,7 @@
sed -i "s@./configure@./configure --host=$TARGET_ARCH --build=$BUILD_ARCH@" PKGBUILD
# no unit testing (using C 'check')
-sed -i 's@makedepends\(.*\)@#makedepends\1@g' PKGBUILD
+sed -i "/makedepends=/s/'check'//" PKGBUILD
# do not build test programs, they need libcheck
sed -i "s@./configure@./configure --disable-tests @" PKGBUILD