diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-01-18 17:15:26 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-01-18 17:15:26 +0000 |
commit | 80f2dd4691b605456cc66df4f49f25dee1e33dc0 (patch) | |
tree | 34bc827cc4e3a89fe7848df2e07b84d1c759d7b7 /GenDeb.sh | |
parent | 88aeac8c68e39e5d0b9511792408155857c5bcc2 (diff) | |
download | mana-80f2dd4691b605456cc66df4f49f25dee1e33dc0.tar.gz mana-80f2dd4691b605456cc66df4f49f25dee1e33dc0.tar.bz2 mana-80f2dd4691b605456cc66df4f49f25dee1e33dc0.tar.xz mana-80f2dd4691b605456cc66df4f49f25dee1e33dc0.zip |
*** empty log message ***
Diffstat (limited to 'GenDeb.sh')
-rwxr-xr-x | GenDeb.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -114,7 +114,7 @@ echo ' give you the opportunity to play in a 2D heroic-fantasy world forever.' > echo ' .' >>DEBIAN/control; echo ' You will find the not officially supported dependencies of this package on the website. Install them before trying to install this one.' >>DEBIAN/control; echo ' You need : libsdldebian1.2-all, libsdl-image1.2, and libsdl-mixer1.2 given by any Debian mirrors...' >>DEBIAN/control; -echo ' You also need : libguichan which can be found on : http://themanaworld.sourceforge.net/files' >>DEBIAN/control +echo ' You also need : libguichan which can be found on : http://guichan.darkbits.org/downloads.shtml' >>DEBIAN/control echo ' Look at the website for further informations...' >>DEBIAN/control; echo ' .' >>DEBIAN/control; echo ' Authors:' >>DEBIAN/control; @@ -142,6 +142,6 @@ rm -rf Debian; echo "You Debian Package is normally ready :" echo "His name is : manaworld_"$TMW_VERSION"_i386.deb"; echo "Don't forget you need libsdldebian1.2, lisdl-mixer1.2, libsdl-image1.2 and libguichan to install manaworld."; -echo "You can find libguichan in http://themanaworld.sourceforge.net/files"; +echo "You can find libguichan in http://guichan.darkbits.org/downloads.shtml"; echo "End of Debian Creation..."; |