# HG changeset patch # User diego # Date 1163186462 0 # Node ID 0432c831819d8086ab4983bf2d83b48f176d7295 # Parent 02aa52c90da76c4cf9e19064fc168e44583e975b typo, wrong variable name diff -r 02aa52c90da7 -r 0432c831819d TOOLS/install-w32codecs.sh --- a/TOOLS/install-w32codecs.sh Fri Nov 10 18:46:20 2006 +0000 +++ b/TOOLS/install-w32codecs.sh Fri Nov 10 19:21:02 2006 +0000 @@ -158,20 +158,20 @@ ;; 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 ;;