summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd3c6d76593c..579895cc079d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat May 6 20:30:27 UTC 2017
+# Sat May 27 06:33:00 UTC 2017
pkgbase = qt5-accountsservice-git
pkgdesc = Qt-style wrapper for Accounts Service
pkgver = 20170506.31442b4
diff --git a/PKGBUILD b/PKGBUILD
index 8298543a5446..271f356b1eaa 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
}