Update of /cvs/debian-openoffice/oo-deb/debian/scripts In directory gluck:/tmp/cvs-serv8503
Modified Files: xcftobmp Log Message: oops, the command is gimp, not GIMP... Index: xcftobmp =================================================================== RCS file: /cvs/debian-openoffice/oo-deb/debian/scripts/xcftobmp,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- xcftobmp 5 Apr 2004 17:43:01 -0000 1.5 +++ xcftobmp 6 Apr 2004 09:39:28 -0000 1.6 @@ -5,7 +5,7 @@ if [ -L /usr/bin/gimp -a -x $(readlink $(readlink /usr/bin/gimp)) ]; then GIMP=gimp elif [ -x /usr/bin/gimp ]; then - GIMP=GIMP + GIMP=gimp elif [ -x /usr/bin/gimp-1.2 ]; then GIMP=gimp-1.2 elif [ -x /usr/bin/gimp-2.0 ]; then