Am Samstag, 28. September 2002 15:32 schrieb Gerhard Gaussling: > # If user has no per-user setup directory then we assume they > have # never run the applications before and should therefore > read and # accept the license agreement. > gfxinstalldir=$HOME/.graphics9 > if [ ! -e "$gfxinstalldir" ] > then > � if [ ! -f /usr/lib/corel/Graphics9/bin/license ] > � then > � � echo "Missing /usr/lib/corel/Graphics9/bin/license, skipping > license acceptance" > � elif [ ! -f /usr/lib/corel/Graphics9/bin/license.txt ] > � then > � � echo "Missing /usr/lib/corel/Graphics9/bin/license.txt, > skipping license acceptance" > � else > � � pushd /usr/lib/corel/Graphics9/bin >/dev/null > � � ./license >/dev/null 2>/dev/null > � � if [ "$?" -ne "1" ] > � � then > � � � exit 1 > � � fi > � � popd >/dev/null > � fi > fi
Ich habe jetzt die komlette Passage auskommentiert. Sicherlich nicht im Sinne des Erfinders. Jedenfalls klappt es jetzt. ciao gerhard -- Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

