git » kcmutils.git » commit 81a43f2

Fix libexecdir

author Antonio Rojas
2022-10-13 20:20:00 UTC
committer Antonio Rojas
2022-10-13 20:20:00 UTC
parent aefdfc45fc831cdc8671dd6acd16f5b256d4a428

Fix libexecdir

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index bced328..637ffce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=kcmutils
 pkgver=5.99.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Utilities for interacting with KCModules'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
@@ -21,6 +21,7 @@ options=(debug)
 build() {
   cmake -B build -S $pkgname-$pkgver \
     -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_LIBEXECDIR=lib \
     -DBUILD_QCH=ON
   cmake --build build
 }