author | Antonio Rojas
<arojas@archlinux.org> 2016-11-18 09:43:29 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2016-11-18 09:43:29 UTC |
parent | b41a6e5812b819119376f8565d378b12f85dbda2 |
PKGBUILD | +2 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 42eef3c..097a4fa 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=powerdevil pkgver=5.8.3 -pkgrel=1 +pkgrel=2 pkgdesc='Manages the power consumption settings of a Plasma Shell' arch=('i686' 'x86_64') url='https://www.kde.org/workspaces/plasmadesktop/' @@ -30,6 +30,7 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DKDE_INSTALL_LIBDIR=lib \ + -DKDE_INSTALL_LIBEXECDIR=lib \ -DBUILD_TESTING=OFF make }