summaryrefslogtreecommitdiffstats
path: root/kde/kipi-plugins/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-09-08 08:52:04 +0200
committersibel <lesibel@free.fr>2010-09-08 08:52:04 +0200
commit109d8454c251fd328fb8152b8c1c4abdf3ba5d51 (patch)
treecf6e855735c6346be2303fd4df5e59c1a5ab34aa /kde/kipi-plugins/Pkgfile
parentca32772977a8e6867b327c93a83ed09c2e03d47d (diff)
downloadnutyx-extra-109d8454c251fd328fb8152b8c1c4abdf3ba5d51.tar.gz
nutyx-extra-109d8454c251fd328fb8152b8c1c4abdf3ba5d51.tar.bz2
nutyx-extra-109d8454c251fd328fb8152b8c1c4abdf3ba5d51.tar.xz
nutyx-extra-109d8454c251fd328fb8152b8c1c4abdf3ba5d51.zip
Ajustement de make de kipi-plugins
Diffstat (limited to 'kde/kipi-plugins/Pkgfile')
-rwxr-xr-xkde/kipi-plugins/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kde/kipi-plugins/Pkgfile b/kde/kipi-plugins/Pkgfile
index e3aa2a1c2..39c0c600d 100755
--- a/kde/kipi-plugins/Pkgfile
+++ b/kde/kipi-plugins/Pkgfile
@@ -15,6 +15,6 @@ build() {
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=ON
- make -j5
+ make
make DESTDIR=$PKG install
}