git » plasma-desktop.git » commit 22e376f

Fix libexec install dir

author Andrea Scarpino
2014-10-26 11:43:03 UTC
committer Andrea Scarpino
2014-10-26 11:43:03 UTC
parent abd71057aba6bc6593206212347600227573f468

Fix libexec install dir

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index 795aa5f..eb109f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=plasma-desktop
 pkgver=5.1.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc='KDE Plasma Desktop'
 arch=('i686' 'x86_64')
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -28,6 +28,7 @@ build() {
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIB_INSTALL_DIR=lib \
+    -DLIBEXEC_INSTALL_DIR=lib \
     -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
     -DSYSCONF_INSTALL_DIR=/etc \
     -DBUILD_TESTING=OFF