summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSkycoder422018-09-26 00:28:36 +0200
committerSkycoder422018-09-26 00:28:36 +0200
commita61056867db987da530086a2a6bc74163f0c4988 (patch)
treebf3125a6d3cd6cb8313e269e7b8949d1ecf7fb85 /PKGBUILD
parentf27ba4e6553bcf8f676b65e8d29e34228186b3ae (diff)
downloadaur-a61056867db987da530086a2a6bc74163f0c4988.tar.gz
fix plugin install location
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60baf57edd48..8b51d6265528 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgbase=qpmx
pkgname=(qpmx qpmx-gitsource qpmx-qpmsource)
group=qpmx-full
pkgver=1.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="A frontend for qpm, to provide source and build caching"
arch=('i686' 'x86_64')
url="https://github.com/Skycoder42/$pkgname"
@@ -40,7 +40,7 @@ prepare() {
build() {
cd build
- qmake "PREFIX=/usr" "../$_pkgfqn/"
+ qmake "PREFIX=/usr" "INSTALL_PLUGINS=$(qmake -query QT_INSTALL_PLUGINS)" "../$_pkgfqn/"
make qmake_all
make
}