summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPier Luigi Fiorini2017-05-27 20:04:50 +0200
committerPier Luigi Fiorini2017-05-27 20:04:50 +0200
commit4d423bd545b1d256f3394ef7b6e620f405d1ea18 (patch)
tree94ea2c52980b69d39ac875082706b70d5c9a3378
parentbaa463b6591f18895c743ce10df6d296127c37d7 (diff)
downloadaur-4d423bd545b1d256f3394ef7b6e620f405d1ea18.tar.gz
Specify prefix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a35f9132ac9..9271dfd92863 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon May 22 05:12:51 UTC 2017
+# Sat May 27 18:04:28 UTC 2017
pkgbase = liri-platformtheme-git
pkgdesc = Qt platform theme plugin for apps integration with Liri OS
pkgver = 20170514.1a393c4
diff --git a/PKGBUILD b/PKGBUILD
index 05723b3ac743..84869d116a31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,10 +35,10 @@ 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:/usr lirideployment.qmlDir:lib/qt/qml lirideployment.pluginsDir:lib/qt/plugins
+ qbs build --no-install -d build profile:qt5 qbs.installRoot:/ qbs.installPrefix:usr lirideployment.qmlDir:lib/qt/qml lirideployment.pluginsDir:lib/qt/plugins
}
package() {
cd ${srcdir}/${_gitname}
- qbs install -d build --no-build -v --install-root $pkgdir/usr profile:qt5
+ qbs install -d build --no-build -v --install-root $pkgdir profile:qt5
}