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 9aaa1f83..64b07654 100755
--- a/GenDeb.sh
+++ b/GenDeb.sh
@@ -137,8 +137,8 @@ cp `echo 'manaworld_'$TMW_VERSION'_i386.deb'` ..;
cd ..
echo "Cleaning ...";
rm -rf Debian;
-echo "You Debian Package is normally ready :"
-echo "His name is : manaworld_"$TMW_VERSION"_i386.deb";
+echo "Your Debian Package is normally ready :"
+echo "Its name is : manaworld_"$TMW_VERSION"_i386.deb";
echo "Don't forget you need libsdldebian1.2, lisdl-mixer1.2, libsdl-image1.2, libxml2 and libguichan to install manaworld.";
echo "You can find libguichan in http://guichan.darkbits.org/downloads.shtml";
echo "End of Debian Creation...";