diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-10 22:40:57 -0500 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-11-11 20:36:38 +0000 |
commit | d2daa8d3210f2a1657212bac1bb59e4db7291834 (patch) | |
tree | a8d6a62cdc220b60c26e04afd43ec25b0d6e0f3e /games/eduke32_hires_pack/eduke32_hires_pack.SlackBuild | |
parent | c251aeeab2c0240256447fdf589d590dd11189d2 (diff) | |
download | slackbuilds-d2daa8d3210f2a1657212bac1bb59e4db7291834.tar.gz |
games/eduke32_hires_pack: Use latest music pack.
Diffstat (limited to 'games/eduke32_hires_pack/eduke32_hires_pack.SlackBuild')
-rw-r--r-- | games/eduke32_hires_pack/eduke32_hires_pack.SlackBuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games/eduke32_hires_pack/eduke32_hires_pack.SlackBuild b/games/eduke32_hires_pack/eduke32_hires_pack.SlackBuild index d1f80cf8b7..b5ade48239 100644 --- a/games/eduke32_hires_pack/eduke32_hires_pack.SlackBuild +++ b/games/eduke32_hires_pack/eduke32_hires_pack.SlackBuild @@ -38,12 +38,13 @@ mkdir -p $PKG/usr/share/games/eduke32 mv autoload $PKG/usr/share/games/eduke32/autoload mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION + # If they have the music pack, include that too -if [ -r $CWD/eduke32_mus.zip ]; then - unzip $CWD/eduke32_mus.zip music_readme.txt +if [ -r $CWD/duke3d_music-sc55.zip ]; then + unzip -j $CWD/duke3d_music-sc55.zip readme/music_readme.txt cat music_readme.txt > $PKG/usr/doc/$PRGNAM-$VERSION/music_readme.txt - cat $CWD/eduke32_mus.zip > \ - $PKG/usr/share/games/eduke32/autoload/duke3d.grp/eduke32_mus.zip + cat $CWD/duke3d_music-sc55.zip > \ + $PKG/usr/share/games/eduke32/autoload/duke3d.grp/duke3d_music-sc55.zip fi cp *.txt $PKG/usr/doc/$PRGNAM-$VERSION |