git » kpackage.git » commit b82116d

Specify libexec dir (FS#53040)

author Antonio Rojas
2017-02-21 16:08:25 UTC
committer Antonio Rojas
2017-02-21 16:08:25 UTC
parent f88355830040cf888bd8f5ee26b1abc8dbc9c109

Specify libexec dir (FS#53040)

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index d36999c..44465f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=kpackage
 pkgver=5.31.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Framework that lets applications manage user installable packages of non-binary assets'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
@@ -27,6 +27,7 @@ build() {
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DKDE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_LIBEXECDIR=lib \
     -DBUILD_TESTING=OFF
   make
 }