summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPier Luigi Fiorini2017-05-28 21:18:54 +0200
committerPier Luigi Fiorini2017-05-28 21:18:54 +0200
commitb4f1b2a3e376501133258c3d251548f53d2fb7dc (patch)
treeaed74079411a16aabceae745849cb55473133f8a
parent24e8fdca55b37b5bbc49570b1f8de85c935aae2a (diff)
downloadaur-b4f1b2a3e376501133258c3d251548f53d2fb7dc.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 07053a46fc00..a329b7ef73e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue May 16 06:50:11 UTC 2017
+# Sun May 28 19:18:53 UTC 2017
pkgbase = liri-files-git
pkgdesc = File manager for Liri OS
pkgver = 20170516.3cdc319
diff --git a/PKGBUILD b/PKGBUILD
index 76f87187ba40..f6e3e2f5965d 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
+ qbs build --no-install -d build profile:qt5 qbs.installRoot:/ qbs.installPrefix:usr lirideployment.qmlDir:lib/qt/qml
}
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
}