summaryrefslogtreecommitdiffstats
path: root/extra/polkit-qt
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-09-08 08:33:17 +0200
committersibel <lesibel@free.fr>2010-09-08 08:33:17 +0200
commitd8e3600056b92f1f4da3580c7f91b9f624acef23 (patch)
tree2addb573f491656c9c1440cc99b8b22b52a21a51 /extra/polkit-qt
parentc2de2bedd5c9d28cf52f75fd27aa02aa4685baff (diff)
downloadnutyx-pakxe-d8e3600056b92f1f4da3580c7f91b9f624acef23.tar.gz
nutyx-pakxe-d8e3600056b92f1f4da3580c7f91b9f624acef23.tar.bz2
nutyx-pakxe-d8e3600056b92f1f4da3580c7f91b9f624acef23.tar.xz
nutyx-pakxe-d8e3600056b92f1f4da3580c7f91b9f624acef23.zip
Ajustement de make de libcaptury
Diffstat (limited to 'extra/polkit-qt')
-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
}