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

Andreas Radke andyrtr at archlinux.org
Sun Nov 12 14:06:49 UTC 2017


    Date: Sunday, November 12, 2017 @ 14:06:48
  Author: andyrtr
Revision: 309644

add check(), no tests currently

Modified:
  libstaroffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-12 14:01:55 UTC (rev 309643)
+++ PKGBUILD	2017-11-12 14:06:48 UTC (rev 309644)
@@ -21,6 +21,11 @@
   make
 }
 
+check() {
+  cd "${pkgname}-${pkgver}"
+  make check
+}
+
 package() {
   cd "${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install



More information about the arch-commits mailing list