summaryrefslogtreecommitdiffstats
path: root/extra/polkit-qt/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/polkit-qt/Pkgfile')
-rwxr-xr-xextra/polkit-qt/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/polkit-qt/Pkgfile b/extra/polkit-qt/Pkgfile
index 249eae3b7..c47973f38 100755
--- a/extra/polkit-qt/Pkgfile
+++ b/extra/polkit-qt/Pkgfile
@@ -17,7 +17,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=ON
- make -j5
+ make
make DESTDIR=$PKG install
}