From d8f8e56be6d986c615e79a8470aa4b773165c0e0 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 10 Nov 2006 19:21:02 +0000 Subject: typo, wrong variable name git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20847 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/install-w32codecs.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'TOOLS') diff --git a/TOOLS/install-w32codecs.sh b/TOOLS/install-w32codecs.sh index 4f388625f8..c4ab61cf4b 100755 --- a/TOOLS/install-w32codecs.sh +++ b/TOOLS/install-w32codecs.sh @@ -158,20 +158,20 @@ case "$1" in ;; uninstall) - cd $DIR/ + cd $CODECDIR/ rm -rf mplayer_binary_codecs #FIXME we need a better clean system if which symlinks > /dev/null ; then symlinks -d . else - echo "please install the package 'symlinks' and run 'symlinks -d $DIR' " + echo "please install the package 'symlinks' and run 'symlinks -d $CODECDIR' " fi echo "Uninstalled Succesfully!" ;; *) echo "Usage: {install|uninstall}" - echo "This program will install binary codecs for mplayer" + echo "This program will install binary codecs for MPlayer." exit 1 ;; -- cgit v1.2.3