[arch-commits] Commit in libkscreen4/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Dec 6 17:52:48 UTC 2015


    Date: Sunday, December 6, 2015 @ 18:52:47
  Author: arojas
Revision: 252907

Don't build tests

Modified:
  libkscreen4/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-06 17:52:44 UTC (rev 252906)
+++ PKGBUILD	2015-12-06 17:52:47 UTC (rev 252907)
@@ -18,7 +18,10 @@
 md5sums=('b1cc2805cd5ff468d534d75cbab69426')
 
 prepare() {
-  mkdir build
+  mkdir -p build
+  
+# Don't build tests
+  sed -e '/tests/d' -i $_pkgname-$pkgver/CMakeLists.txt
 }
 
 build() {



More information about the arch-commits mailing list