git » kwayland.git » commit b21a465

libexec--

author Antonio Rojas
2016-06-28 15:59:38 UTC
committer Antonio Rojas
2016-06-28 15:59:38 UTC
parent 9cb1697e4a8ebf7b05313f2f5ea117ae3df4a4f7

libexec--

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index 2c3b905..dde08da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=kwayland
 pkgver=5.23.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -25,6 +25,7 @@ build() {
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DKDE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_LIBEXECDIR=lib \
     -DBUILD_TESTING=OFF
   make
 }