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

Andrea Scarpino andrea at archlinux.org
Thu Apr 8 13:41:17 UTC 2010


    Date: Thursday, April 8, 2010 @ 09:41:17
  Author: andrea
Revision: 76155

use package() function

Modified:
  yakuake/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-08 13:40:42 UTC (rev 76154)
+++ PKGBUILD	2010-04-08 13:41:17 UTC (rev 76155)
@@ -24,5 +24,9 @@
     -DCMAKE_SKIP_RPATH=ON \
     -DCMAKE_INSTALL_PREFIX=/usr
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/build
   make DESTDIR=${pkgdir} install || return 1
 }




More information about the arch-commits mailing list