summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPier Luigi Fiorini2017-05-28 08:36:30 +0200
committerPier Luigi Fiorini2017-05-28 08:36:30 +0200
commit3da4e007b16bf57e1b59122ea83934576195fbc1 (patch)
tree6e8287091022c57933e01348a49f1e401e0b5742
parentf60911785c8f0d0bffb5028c989b0f4a1de12bf9 (diff)
downloadaur-3da4e007b16bf57e1b59122ea83934576195fbc1.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 164c289e4041..0bae84b801f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun May 14 23:07:56 UTC 2017
+# Sun May 28 06:36:29 UTC 2017
pkgbase = liri-settings-git
pkgdesc = Settings application and modules for Liri OS
pkgver = 20170515.4784cc0
diff --git a/PKGBUILD b/PKGBUILD
index 3a5690e4e472..709619945339 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
}