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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sun Feb 24 19:02:20 UTC 2013


    Date: Sunday, February 24, 2013 @ 20:02:20
  Author: bpiotrowski
Revision: 84802

upgpkg: v8 3.16.4.1-3

Replace d8 with statically linked binary.

Modified:
  v8/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-24 18:45:07 UTC (rev 84801)
+++ PKGBUILD	2013-02-24 19:02:20 UTC (rev 84802)
@@ -4,7 +4,7 @@
 
 pkgname=v8
 pkgver=3.16.4.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Fast and modern Javascript engine'
 arch=('i686' 'x86_64')
 url='http://code.google.com/p/v8'
@@ -42,8 +42,7 @@
 package() {
   cd $srcdir/$pkgname-$pkgver
 
-  install -Dm755 out/$ARCH.release/d8 $pkgdir/usr/bin/d8
-  install -Dm755 $srcdir/d8-static-$pkgver/out/$ARCH.release/d8 $pkgdir/usr/bin/d8-static
+  install -Dm755 $srcdir/d8-static-$pkgver/out/$ARCH.release/d8 $pkgdir/usr/bin/d8
   install -Dm755 out/$ARCH.release/lib.target/libv8.so $pkgdir/usr/lib/libv8.so
 
   install -d $pkgdir/usr/include




More information about the arch-commits mailing list