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

Antonio Rojas arojas at archlinux.org
Sat Mar 31 22:14:35 UTC 2018


    Date: Saturday, March 31, 2018 @ 22:14:35
  Author: arojas
Revision: 320772

Fix libexec (FS#58036)

Modified:
  qbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-31 22:11:24 UTC (rev 320771)
+++ PKGBUILD	2018-03-31 22:14:35 UTC (rev 320772)
@@ -5,7 +5,7 @@
 
 pkgname=qbs
 pkgver=1.11.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Cross platform build tool'
 arch=(x86_64)
 url='https://wiki.qt.io/Qbs'
@@ -19,6 +19,8 @@
   qmake QBS_INSTALL_PREFIX=/usr \
     CONFIG+=qbs_enable_project_file_updates \
     QBS_LIBEXEC_INSTALL_DIR=/usr/lib/qbs \
+    QBS_LIBEXEC_DESTDIR=../../../lib/qbs \
+    QBS_RELATIVE_LIBEXEC_PATH=../lib/qbs \
     qbs.pro
   make
 }



More information about the arch-commits mailing list