summaryrefslogtreecommitdiff
path: root/cad/boolean/patches/patch-aa
blob: a070a4fd22c38f6544daed20392e9d31339850ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
$NetBSD: patch-aa,v 1.3 2005/08/18 23:52:14 dmcmahill Exp $

--- bin/boolean.orig	2005-03-04 14:23:04.000000000 +0000
+++ bin/boolean	2005-08-11 12:11:15.000000000 +0000
@@ -1,6 +1,5 @@
 #! /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
 
@@ -12,8 +11,8 @@
    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
+   if test ! -f  ${HOME}/gdsuser/6.6_version ; then
+        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