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

Eric Bélanger eric at nymeria.archlinux.org
Sat Feb 2 19:42:16 UTC 2013


    Date: Saturday, February 2, 2013 @ 20:42:15
  Author: eric
Revision: 176936

Remove reference to $pkgdir in build function

Modified:
  alacarte/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-02 19:40:08 UTC (rev 176935)
+++ PKGBUILD	2013-02-02 19:42:15 UTC (rev 176936)
@@ -27,5 +27,9 @@
 
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list