Date: Friday, February 27, 2015 @ 14:21:48
  Author: mtorromeo
Revision: 128357

Properly pass the correct lib path to cmake

Modified:
  hhvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-02-27 12:53:19 UTC (rev 128356)
+++ PKGBUILD    2015-02-27 13:21:48 UTC (rev 128357)
@@ -57,6 +57,7 @@
     cmake -Wno-dev \
         -DCMAKE_BUILD_TYPE=Release \
         -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_INSTALL_LIBDIR=lib \
         -DCMAKE_PREFIX_PATH="$srcdir" \
         -DENABLE_MONGO:BOOL=ON \
         .
@@ -78,7 +79,6 @@
 package() {
     cd "$srcdir"/$pkgname-HHVM-$pkgver
     make DESTDIR="$pkgdir/" install
-    mv "$pkgdir"/usr/lib{64,}
 
     cd hphp/hack/bin
     for bin in hh_* tools/*; do

Reply via email to