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

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


    Date: Thursday, July 18, 2013 @ 15:14:21
  Author: arodseth
Revision: 94265

upgpkg: chicken 4.8.0.4-1

Modified:
  chicken/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-18 12:09:44 UTC (rev 94264)
+++ PKGBUILD	2013-07-18 13:14:21 UTC (rev 94265)
@@ -24,7 +24,7 @@
 package() {
   cd "$pkgname-$pkgver"
   
-  make PLATFORM=linux PREFIX=/usr DESTDIR="$pkgdir" install
+  make -j1 PLATFORM=linux PREFIX=/usr DESTDIR="$pkgdir" install
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 




More information about the arch-commits mailing list