diff options
author | Erik W. Hanson <erik@slackbuilds.org> | 2010-03-03 14:19:27 -0600 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 13:23:57 +0200 |
commit | 7332b97cd96e4445d554b41b846714e7ad9e61e5 (patch) | |
tree | caa5a769476150834c2b75909f136898edc54d45 /games/starfighter/starfighter.SlackBuild | |
parent | 5e5e21ae60003c107e7d5170385483f96a9fab0e (diff) | |
download | slackbuilds-7332b97cd96e4445d554b41b846714e7ad9e61e5.tar.gz |
games/starfigter: Build bump.
Removed the references to starfighter music download as it is not
needed. Thanks to Tim Dickson.
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 |