summaryrefslogtreecommitdiff
path: root/GenDeb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'GenDeb.sh')
-rwxr-xr-xGenDeb.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/GenDeb.sh b/GenDeb.sh
index 92f8df47..922086a8 100755
--- a/GenDeb.sh
+++ b/GenDeb.sh
@@ -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...";