diff options
author | sibel <lesibel@free.fr> | 2010-09-08 08:53:53 +0200 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-09-08 08:53:53 +0200 |
commit | 2a2e62d9199db8688cc2951982a3d6e1d90bfac0 (patch) | |
tree | c5403166d1dea9d58e2a79e003b90c6216fb8a84 /kde/libktorrent/Pkgfile | |
parent | 8c1fdb471ef8862ebc86e34acadaa38fd4119c14 (diff) | |
download | nutyx-pakxe-2a2e62d9199db8688cc2951982a3d6e1d90bfac0.tar.gz nutyx-pakxe-2a2e62d9199db8688cc2951982a3d6e1d90bfac0.tar.bz2 nutyx-pakxe-2a2e62d9199db8688cc2951982a3d6e1d90bfac0.tar.xz nutyx-pakxe-2a2e62d9199db8688cc2951982a3d6e1d90bfac0.zip |
Ajustement de make de libktorrent
Diffstat (limited to 'kde/libktorrent/Pkgfile')
-rwxr-xr-x | kde/libktorrent/Pkgfile | 2 |
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 } |