summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xkde/amarok/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kde/amarok/Pkgfile b/kde/amarok/Pkgfile
index 7bf72115d..abf15c47e 100755
--- a/kde/amarok/Pkgfile
+++ b/kde/amarok/Pkgfile
@@ -20,7 +20,7 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=ON \
-DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed'
- make -j5
+ make
make DESTDIR=$PKG install
cp $SRC/splash_screen.jpg $PKG//usr/share/apps/amarok/images/splash_screen.jpg
}