summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPier Luigi Fiorini2017-05-27 08:26:05 +0200
committerPier Luigi Fiorini2017-05-27 08:26:05 +0200
commitfb079b2ab0818057b98beabb9d7be55b5fe270bd (patch)
tree4e2254a8e6d2e94b187cd355f504e90b79b56bd7
parent5cd370b83e9afb7e2fa85a7958a47d98a1611ec8 (diff)
downloadaur-fb079b2ab0818057b98beabb9d7be55b5fe270bd.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 d797e4fb924f..0443f945b102 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun May 14 22:32:44 UTC 2017
+# Sat May 27 06:25:56 UTC 2017
pkgbase = fluid-git
pkgdesc = Components for Qt Quick applications with Material Design and Universal
pkgver = 20170507.2d371a7
diff --git a/PKGBUILD b/PKGBUILD
index b83fd1df11c8..0f1e4774f240 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
}