summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsirlucjan2018-01-15 19:23:48 +0100
committersirlucjan2018-01-15 19:23:48 +0100
commit74b89bf764ddb040ac27381bb3411de8b55db720 (patch)
treee7cb80566ee9a793b7c24eca8918e5f2a577e51e
parent63e261dfde68abffa0473a4612c38f52e2503ae7 (diff)
downloadaur-74b89bf764ddb040ac27381bb3411de8b55db720.tar.gz
Set proper path
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d75f906c62b..081014b436db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = psi-plus-plugins-git
pkgdesc = Additional plugins for Psi+ (built with Qt 5.x)
pkgver = 1.2.161.1.gf3b641d3
- pkgrel = 1
+ pkgrel = 2
url = http://psi-plus.com
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 0080bcad8228..072652a30b63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=psi-plus-plugins-git
pkgver=1.2.161.1.gf3b641d3
-pkgrel=1
+pkgrel=2
pkgdesc="Additional plugins for Psi+ (built with Qt 5.x)"
arch=('x86_64')
url="http://psi-plus.com"
@@ -27,7 +27,7 @@ build() {
cd psi-plus-snapshots
mkdir -p build
cd build
- cmake -DONLY_PLUGINS=ON ..
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DONLY_PLUGINS=ON ..
make
}