summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPier Luigi Fiorini2018-02-03 10:23:07 +0100
committerPier Luigi Fiorini2018-02-03 10:23:07 +0100
commit18f05ae2c4201e504d92a2c69c20829da2aca0d3 (patch)
tree5b61a4eaa2055e38623dab373dec1c33998a8ba4
parent46eb019270793b806290423e24d92e134e8b2f33 (diff)
downloadaur-18f05ae2c4201e504d92a2c69c20829da2aca0d3.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 4b2a1edf1d28..4bc4a627b2a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Dec 14 11:56:04 UTC 2017
+# Sat Feb 3 09:23:06 UTC 2018
pkgbase = liri-terminal-git
pkgdesc = Terminal application and modules for Liri OS
pkgver = 20171108.120.80e8e8a
diff --git a/PKGBUILD b/PKGBUILD
index 0c826b297800..0866ad7f9e6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,7 +37,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() {