diff options
-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 } |