summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d15cfa9..84d498b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,6 +5,7 @@
# # I maintain this because:
# Arch version depends on ModemManager and MM conflicts with NeuG
+# Arch version does not explicitly specify /usr/lib
_pkgname=plasma-nm
pkgname=$_pkgname-neug
@@ -35,6 +36,8 @@ prepare() {
build() {
cd build
cmake ../$_pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DBUILD_TESTING=OFF \
-DDISABLE_MODEMMANAGER_SUPPORT=ON
make