diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-04-25 14:16:35 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-04-25 14:16:35 +0200 |
commit | eebaf8c55e05c8443d0ab857a73e36489f61ad3f (patch) | |
tree | da3ccd077af2c308d282db1b022648e1c533e24a /kde/amarok/Pkgfile | |
parent | 3981cb7d766ea9ab428aaa04e1a2f27403511ce7 (diff) | |
download | nutyx-pakxe-eebaf8c55e05c8443d0ab857a73e36489f61ad3f.tar.gz nutyx-pakxe-eebaf8c55e05c8443d0ab857a73e36489f61ad3f.tar.bz2 nutyx-pakxe-eebaf8c55e05c8443d0ab857a73e36489f61ad3f.tar.xz nutyx-pakxe-eebaf8c55e05c8443d0ab857a73e36489f61ad3f.zip |
kde, tous les paquets vont dans /usr
Diffstat (limited to 'kde/amarok/Pkgfile')
-rwxr-xr-x | kde/amarok/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde/amarok/Pkgfile b/kde/amarok/Pkgfile index 5c9cb2abc..6614f78fb 100755 --- a/kde/amarok/Pkgfile +++ b/kde/amarok/Pkgfile @@ -14,10 +14,10 @@ build() { cd $name-$version mkdir build cd build - cmake ../ -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX \ + cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_SKIP_RPATH=ON \ -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed' make -j3 make DESTDIR=$PKG install - cp $SRC/splash_screen.jpg $PKG/$KDE_PREFIX/share/apps/amarok/images/splash_screen.jpg + cp $SRC/splash_screen.jpg $PKG//usr/share/apps/amarok/images/splash_screen.jpg } |