Update of /cvs/debian-openoffice/oo-deb/debian/scripts In directory gluck:/tmp/cvs-serv5168
Modified Files: xcftobmp Log Message: -L, not -l ... Index: xcftobmp =================================================================== RCS file: /cvs/debian-openoffice/oo-deb/debian/scripts/xcftobmp,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- xcftobmp 5 Apr 2004 01:11:14 -0000 1.4 +++ xcftobmp 5 Apr 2004 17:43:01 -0000 1.5 @@ -2,7 +2,7 @@ # gimp has problems with upgrading the alternative (/usr/bin/gimp), so test # for the stuff manually -if [ -l /usr/bin/gimp -a -x $(readlink $(readlink /usr/bin/gimp)) ]; then +if [ -L /usr/bin/gimp -a -x $(readlink $(readlink /usr/bin/gimp)) ]; then GIMP=gimp elif [ -x /usr/bin/gimp ]; then GIMP=GIMP