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

Antonio Rojas arojas at archlinux.org
Thu May 25 10:49:48 UTC 2017


    Date: Thursday, May 25, 2017 @ 10:49:47
  Author: arojas
Revision: 296565

specify libexec dir (FS#54182)

Modified:
  qbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-25 09:37:53 UTC (rev 296564)
+++ PKGBUILD	2017-05-25 10:49:47 UTC (rev 296565)
@@ -3,7 +3,7 @@
 # Contributor: Jake Petroules <jake.petroules at qt.io>
 pkgname=qbs
 pkgver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Cross platform build tool'
 arch=('x86_64' 'i686')
 url='https://code.qt.io/qt-labs/qbs.git'
@@ -15,7 +15,8 @@
 
 build() {
   cd qbs-$pkgver
-  qmake QBS_INSTALL_PREFIX=/usr QBS_LIBEXEC_INSTALL_DIR=/usr/lib/qbs CONFIG+=qbs_enable_project_file_updates qbs.pro
+  qmake QBS_INSTALL_PREFIX=/usr QBS_LIBEXEC_INSTALL_DIR=/usr/lib/qbs QBS_RELATIVE_LIBEXEC_PATH=../lib/qbs \
+    CONFIG+=qbs_enable_project_file_updates qbs.pro
   make
 }
 



More information about the arch-commits mailing list