summaryrefslogtreecommitdiffstats
path: root/kde
diff options
context:
space:
mode:
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
}