summaryrefslogtreecommitdiffstats
path: root/kde
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-09-08 08:53:53 +0200
committersibel <lesibel@free.fr>2010-09-08 08:53:53 +0200
commit2a2e62d9199db8688cc2951982a3d6e1d90bfac0 (patch)
treec5403166d1dea9d58e2a79e003b90c6216fb8a84 /kde
parent8c1fdb471ef8862ebc86e34acadaa38fd4119c14 (diff)
downloadnutyx-extra-2a2e62d9199db8688cc2951982a3d6e1d90bfac0.tar.gz
nutyx-extra-2a2e62d9199db8688cc2951982a3d6e1d90bfac0.tar.bz2
nutyx-extra-2a2e62d9199db8688cc2951982a3d6e1d90bfac0.tar.xz
nutyx-extra-2a2e62d9199db8688cc2951982a3d6e1d90bfac0.zip
Ajustement de make de libktorrent
Diffstat (limited to 'kde')
-rwxr-xr-xkde/libktorrent/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kde/libktorrent/Pkgfile b/kde/libktorrent/Pkgfile
index bdd646578..7df0f16da 100755
--- a/kde/libktorrent/Pkgfile
+++ b/kde/libktorrent/Pkgfile
@@ -15,6 +15,6 @@ build() {
cmake . -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_SKIP_RPATH=ON
- make -j5
+ make
make DESTDIR=$PKG install
}