1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-22 11:18:32 +00:00

typo fixes

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15705 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-06-09 17:06:16 +00:00
parent d42fd8b6e6
commit f967934648

View File

@ -23,7 +23,7 @@ INSTALL () {
if [ -r $filename.list ] ; then if [ -r $filename.list ] ; then
#if we stop the script, we don't want to redownload things #if we stop the script, we don't want to redownload things
#fixme we should check timestamps #fixme we should check timestamps
echo you have already downloaded and installed $filename echo You have already downloaded and installed $filename.
else else
wget $url || return 1 wget $url || return 1
case "$filename" in case "$filename" in
@ -48,7 +48,7 @@ INSTALL () {
if [ `whoami` != root ]; then if [ `whoami` != root ]; then
echo "You must be a root to start this script. Login As root first!" echo "You must be root to start this script. Login as root first!"
exit 1 exit 1
else else
@ -73,8 +73,8 @@ case "$1" in
| awk '{print $2}' > $pref | awk '{print $2}' > $pref
mainurl=`cat $pref ` mainurl=`cat $pref `
else else
echo "(If you install 'netselect', it will select the best mirror for you" echo "(If you install 'netselect', it will select the best mirror for you."
echo " you may wish to stop this script and rerun after installation)" echo " You may wish to stop this script and rerun after installation.)"
sleep 2 sleep 2
fi fi
fi fi
@ -119,7 +119,7 @@ case "$1" in
if [ -r /usr/bin/symlinks ] ; then if [ -r /usr/bin/symlinks ] ; then
symlinks -d . symlinks -d .
else else
echo "please install the package 'symlinks' and run 'symlinks -d $codecsdir' " echo "Please install the package 'symlinks' and run 'symlinks -d $codecsdir'."
fi fi
echo "Uninstalled Succesfully!" echo "Uninstalled Succesfully!"