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

Jan Steffens heftig at nymeria.archlinux.org
Sat Oct 26 20:12:38 UTC 2013


    Date: Saturday, October 26, 2013 @ 22:12:38
  Author: heftig
Revision: 99315

noextract

Modified:
  jruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-26 20:12:23 UTC (rev 99314)
+++ PKGBUILD	2013-10-26 20:12:38 UTC (rev 99315)
@@ -11,6 +11,7 @@
 license=(EPL GPL2 LGPL2.1 custom)
 depends=(java-runtime-headless bash)
 options=(!strip)
+noextract=("$pkgname-bin-${pkgver}.tar.gz")
 source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
 sha256sums=('16a64c56319fed34ec877cf151f2735c60457abe6c73d9dc32c56cce52b0ce45')
 
@@ -18,7 +19,7 @@
   cd "$pkgdir"
 
   mkdir opt
-  tar -C opt -xf "$srcdir/$pkgname-bin-$pkgver.tar.gz"
+  bsdtar -C opt -xf "$srcdir/$pkgname-bin-$pkgver.tar.gz"
   mv opt/jruby-$pkgver opt/jruby
 
   find opt/jruby -regextype posix-extended -regex '.*\.(bat|dll|exe)' -delete




More information about the arch-commits mailing list