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

Tobias Powalowski tpowa at archlinux.org
Sat Oct 29 06:21:18 UTC 2011


    Date: Saturday, October 29, 2011 @ 02:21:18
  Author: tpowa
Revision: 141306

add package function

Modified:
  dirmngr/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-28 15:25:26 UTC (rev 141305)
+++ PKGBUILD	2011-10-29 06:21:18 UTC (rev 141306)
@@ -16,6 +16,10 @@
   cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr  --libexecdir=/usr/lib
   make 
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }
 md5sums=('f2570f0248f5947daac200e85291b328')




More information about the arch-commits mailing list