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

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu Jul 18 21:59:39 UTC 2013


    Date: Thursday, July 18, 2013 @ 23:59:38
  Author: arodseth
Revision: 94288

upgpkg: gauche 0.9.3.3-1

Modified:
  gauche/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-18 21:34:45 UTC (rev 94287)
+++ PKGBUILD	2013-07-18 21:59:38 UTC (rev 94288)
@@ -21,13 +21,14 @@
 
   ./configure --prefix=/usr --enable-multibyte=utf-8 \
     --enable-threads=pthreads
-  make
+  make -j1
 }
+
 package() {
   cd "$srcdir/Gauche-$pkgver"
 
-  make DESTDIR="$pkgdir" install-pkg install-doc
-  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  make -j1 DESTDIR="$pkgdir" install-pkg install-doc
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
 
 # vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list