$NetBSD: patch-aa,v 1.2 2003/05/15 23:02:06 dmcmahill Exp $

--- bin/boolean.orig	Thu Nov 28 13:49:06 2002
+++ bin/boolean
@@ -1,7 +1,6 @@
 #! /bin/sh
-PATH=/opt/protools/boolean/6.3/boolean/apps/edit:$PATH
 
-GDSROOT=/opt/protools/boolean/6.3/boolean/apps/edit
+GDSROOT=@prefix@/share/boolean
 export GDSROOT
 
 echo "boolean operation program"
@@ -12,9 +11,9 @@ if test ! -d ${HOME}/gdsuser ; then 
    cp -r $GDSROOT/gdsuser $HOME
 else
    if test ! -f  ${HOME}/gdsuser/6.3_version ; then
-        echo copying gdsuser to your HOME directory because the one there is too old
-   	rm -r ${HOME}/gdsuser
-	cp -r $GDSROOT/gdsuser $HOME
+        echo "The files in your $HOME/gdsuser directory are not recent enough."
+	echo "Please remove this directory and run this program again."
+	echo "A new set of files will be installed to $HOME/gdsuer."
    fi	    
 fi
 
