diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-27 16:57:39 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-27 16:57:39 +0100 |
commit | 96537a58714be8293f3868e4c3e92bbed650b1e6 (patch) | |
tree | 07369562fd2831aa7246c9becd32baaf52b5085f /extra/gcstar/Pkgfile | |
parent | 624b1d728e651cc4c5987f38bbd1a035b39a38fd (diff) | |
download | nutyx-pakxe-96537a58714be8293f3868e4c3e92bbed650b1e6.tar.gz nutyx-pakxe-96537a58714be8293f3868e4c3e92bbed650b1e6.tar.bz2 nutyx-pakxe-96537a58714be8293f3868e4c3e92bbed650b1e6.tar.xz nutyx-pakxe-96537a58714be8293f3868e4c3e92bbed650b1e6.zip |
gcstar,ptite correction
Diffstat (limited to 'extra/gcstar/Pkgfile')
-rw-r--r-- | extra/gcstar/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/gcstar/Pkgfile b/extra/gcstar/Pkgfile index 78e4aaab6..e21a27b7a 100644 --- a/extra/gcstar/Pkgfile +++ b/extra/gcstar/Pkgfile @@ -13,7 +13,7 @@ build() { cd $name ./install --prefix=$PKG/usr install -D -m644 share/gcstar/icons/gcstar_32x32.png \ - $PKG/usr/share/pixmaps/gcstar.png && \ - cp -R share/applications $PKG/usr/share + $PKG/usr/share/pixmaps/gcstar.png + cp -R share/applications $PKG/usr/share } |