summaryrefslogtreecommitdiffstats
path: root/kde
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-09-08 08:52:53 +0200
committersibel <lesibel@free.fr>2010-09-08 08:52:53 +0200
commit0ff7d56a9dca6544783d4670226575d54c7677b8 (patch)
treec566df163067b7ed1e7866d01a5ce09dd8262033 /kde
parentbd58bb8798e394741b49aeead9bdf135a2864a72 (diff)
downloadnutyx-extra-0ff7d56a9dca6544783d4670226575d54c7677b8.tar.gz
nutyx-extra-0ff7d56a9dca6544783d4670226575d54c7677b8.tar.bz2
nutyx-extra-0ff7d56a9dca6544783d4670226575d54c7677b8.tar.xz
nutyx-extra-0ff7d56a9dca6544783d4670226575d54c7677b8.zip
Ajustement de make de konversation
Diffstat (limited to 'kde')
-rw-r--r--kde/konversation/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kde/konversation/Pkgfile b/kde/konversation/Pkgfile
index cd04f9f9f..cb3a67e31 100644
--- a/kde/konversation/Pkgfile
+++ b/kde/konversation/Pkgfile
@@ -14,7 +14,7 @@ build() {
mkdir build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
- make -j3
+ make
make DESTDIR=$PKG install
}