Skip to content
Snippets Groups Projects
Commit d22496ae authored by Andrea Scarpino's avatar Andrea Scarpino
Browse files

Fix libexec install dir

parent 143be1de
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
pkgname=plasma-workspace
pkgver=5.1.0.1
pkgrel=4
pkgrel=5
pkgdesc='KDE Plasma Workspace'
arch=('i686' 'x86_64')
url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
......@@ -32,6 +32,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DLIB_INSTALL_DIR=lib \
-DLIBEXEC_INSTALL_DIR=lib \
-DSYSCONF_INSTALL_DIR=/etc \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-DBUILD_TESTING=OFF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment