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

Pierre Schmitz pierre at archlinux.org
Sun Jun 30 13:07:47 UTC 2019


    Date: Sunday, June 30, 2019 @ 13:07:46
  Author: pierre
Revision: 357115

Add build step

Modified:
  pkgstats/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-30 12:49:49 UTC (rev 357114)
+++ PKGBUILD	2019-06-30 13:07:46 UTC (rev 357115)
@@ -20,6 +20,12 @@
 	make test
 }
 
+build() {
+	cd ${srcdir}/${pkgname}
+
+	make
+}
+
 package() {
 	cd ${srcdir}/${pkgname}
 



More information about the arch-commits mailing list