summaryrefslogtreecommitdiffstats
path: root/kde/polkit-qt/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'kde/polkit-qt/Pkgfile')
-rwxr-xr-xkde/polkit-qt/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kde/polkit-qt/Pkgfile b/kde/polkit-qt/Pkgfile
index 07645106b..9065c1831 100755
--- a/kde/polkit-qt/Pkgfile
+++ b/kde/polkit-qt/Pkgfile
@@ -14,7 +14,7 @@ build() {
mkdir build
cd build
cmake ../$name-1-$version \
- -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX \
+ -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=ON
make