diff options
Diffstat (limited to 'kde')
-rwxr-xr-x | kde/ktorrent/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde/ktorrent/Pkgfile b/kde/ktorrent/Pkgfile index d911382f2..a42d8e637 100755 --- a/kde/ktorrent/Pkgfile +++ b/kde/ktorrent/Pkgfile @@ -19,7 +19,7 @@ build() { -DCMAKE_SKIP_RPATH=ON \ -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed' \ -DENABLE_MEDIAPLAYER_PLUGIN=false - make -j5 + make make DESTDIR=$PKG install mkdir -p $PKG/usr/share/applications install -m 644 $SRC/$name.desktop $PKG/usr/share/applications/ |