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

Kyle Keen kkeen at archlinux.org
Sun Mar 26 13:55:45 UTC 2017


    Date: Sunday, March 26, 2017 @ 13:55:44
  Author: kkeen
Revision: 219088

Fix missing package()

Modified:
  tix/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-26 13:49:18 UTC (rev 219087)
+++ PKGBUILD	2017-03-26 13:55:44 UTC (rev 219088)
@@ -37,6 +37,10 @@
     $BIT \
 
   make
+}
+
+package() {
+  cd "$srcdir"/Tix$pkgver
   make DESTDIR="$pkgdir" install
   # move things around
 



More information about the arch-commits mailing list