diff options
Diffstat (limited to 'games/starfighter/starfighter.SlackBuild')
-rw-r--r-- | games/starfighter/starfighter.SlackBuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/games/starfighter/starfighter.SlackBuild b/games/starfighter/starfighter.SlackBuild index 8865d99fb7..a944418ddc 100644 --- a/games/starfighter/starfighter.SlackBuild +++ b/games/starfighter/starfighter.SlackBuild @@ -6,7 +6,7 @@ PRGNAM=starfighter VERSION=${VERSION:-1.1} ARCH=${ARCH:-i486} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} CWD=$(pwd) @@ -52,11 +52,6 @@ make install \ DOCDIR=$PKG/usr/doc/$PRGNAM-$VERSION/ \ DATADIR=$PKG/usr/share/games/parallelrealities/ -# Add music to the package -unzip -d $PKG/usr/share/games/parallelrealities $CWD/$PRGNAM-1.0-1.music.zip -chmod 0755 $PKG/usr/share/games/parallelrealities/music -find $PKG/usr/share/games/parallelrealities/music -type f -exec chmod 0644 {} \; - # Fixup ownership (no need for games group ownership of anything) chown -R root:root $PKG |