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 | |
parent | c251aeeab2c0240256447fdf589d590dd11189d2 (diff) | |
download | slackbuilds-d2daa8d3210f2a1657212bac1bb59e4db7291834.tar.gz |
games/eduke32_hires_pack: Use latest music pack.
Diffstat (limited to 'games')
-rw-r--r-- | games/eduke32_hires_pack/README | 2 | ||||
-rw-r--r-- | games/eduke32_hires_pack/eduke32_hires_pack.SlackBuild | 9 |
2 files changed, 6 insertions, 5 deletions
diff --git a/games/eduke32_hires_pack/README b/games/eduke32_hires_pack/README index 11ce0fcda5..6391dc8d00 100644 --- a/games/eduke32_hires_pack/README +++ b/games/eduke32_hires_pack/README @@ -13,7 +13,7 @@ Optionally, this package can include the EDuke32 Music Pack, which provides better-sounding music than the default MIDI soundtrack. To include the music pack, download the file from: -http://www.duke4.org/files/nightfright/eduke32_mus.zip +http://www.duke4.org/files/nightfright/music/duke3d_music-sc55.zip ...and save it in the same directory as the SlackBuild. 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 |