Date: Monday, February 4, 2013 @ 08:55:45
  Author: bpiotrowski
Revision: 83634

Separate package function.

Modified:
  ekg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-02-04 07:54:50 UTC (rev 83633)
+++ PKGBUILD    2013-02-04 07:55:45 UTC (rev 83634)
@@ -17,6 +17,9 @@
   sed -i 's#gg%s#ekg%s#' src/ekg.c
   ./configure --prefix=/usr --with-pthread --enable-aspell --with-python
   make
+}
+
+package() {
   make DESTDIR=$pkgdir install
   rm -rf $pkgdir/usr/include $pkgdir/usr/lib
 }

Reply via email to