diff options
author | sibel <lesibel@free.fr> | 2010-09-08 08:52:53 +0200 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-09-08 08:52:53 +0200 |
commit | 0ff7d56a9dca6544783d4670226575d54c7677b8 (patch) | |
tree | c566df163067b7ed1e7866d01a5ce09dd8262033 /kde/konversation | |
parent | bd58bb8798e394741b49aeead9bdf135a2864a72 (diff) | |
download | nutyx-pakxe-0ff7d56a9dca6544783d4670226575d54c7677b8.tar.gz nutyx-pakxe-0ff7d56a9dca6544783d4670226575d54c7677b8.tar.bz2 nutyx-pakxe-0ff7d56a9dca6544783d4670226575d54c7677b8.tar.xz nutyx-pakxe-0ff7d56a9dca6544783d4670226575d54c7677b8.zip |
Ajustement de make de konversation
Diffstat (limited to 'kde/konversation')
-rw-r--r-- | kde/konversation/Pkgfile | 2 |
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 } |