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

Antonio Rojas arojas at archlinux.org
Mon Dec 7 16:44:12 UTC 2015


    Date: Monday, December 7, 2015 @ 17:44:11
  Author: arojas
Revision: 150042

Don't build tests

Modified:
  kscreen4/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-07 16:38:01 UTC (rev 150041)
+++ PKGBUILD	2015-12-07 16:44:11 UTC (rev 150042)
@@ -19,7 +19,10 @@
 md5sums=('cd3d6ffdb0e44c418c2804fc72b8391b')
 
 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