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