summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPier Luigi Fiorini2018-02-03 09:36:26 +0100
committerPier Luigi Fiorini2018-02-03 09:36:26 +0100
commit507091f23497727b9235f9aa75e71cf4b7d3d85b (patch)
treec0f57acfaf89411ac0234bc847f0a5ca1e6d0791
parent5c6866ca466fd9ae50dd221bab1a231b5e08d39a (diff)
downloadaur-507091f23497727b9235f9aa75e71cf4b7d3d85b.tar.gz
Change build arguments
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06844fdb8fdf..a482bd64e54b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Dec 14 11:55:42 UTC 2017
+# Sat Feb 3 08:36:25 UTC 2018
pkgbase = liri-settings-git
pkgdesc = Settings application and modules for Liri OS
pkgver = 20171209.499.8ec7aa7
diff --git a/PKGBUILD b/PKGBUILD
index c2e590ddb53a..6dafb05ac36e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,7 +36,9 @@ build() {
qbs setup-toolchains --type gcc /usr/bin/g++ gcc
qbs setup-qt /usr/bin/qmake-qt5 qt5
qbs config profiles.qt5.baseProfile gcc
- qbs build --no-install -d build profile:qt5 qbs.installRoot:/ qbs.installPrefix:usr modules.lirideployment.qmlDir:lib/qt/qml
+ qbs build --no-install -d build profile:qt5 \
+ modules.lirideployment.prefix:/usr \
+ modules.lirideployment.qmlDir:/usr/lib/qt/qml
}
package() {