summaryrefslogtreecommitdiff
path: root/cad/boolean/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'cad/boolean/patches/patch-aa')
-rw-r--r--cad/boolean/patches/patch-aa15
1 files changed, 7 insertions, 8 deletions
diff --git a/cad/boolean/patches/patch-aa b/cad/boolean/patches/patch-aa
index e36533cac7e..a070a4fd22c 100644
--- a/cad/boolean/patches/patch-aa
+++ b/cad/boolean/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 2003/05/15 23:02:06 dmcmahill Exp $
+$NetBSD: patch-aa,v 1.3 2005/08/18 23:52:14 dmcmahill Exp $
---- bin/boolean.orig Thu Nov 28 13:49:06 2002
-+++ bin/boolean
-@@ -1,7 +1,6 @@
+--- 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
@@ -10,17 +10,16 @@ $NetBSD: patch-aa,v 1.2 2003/05/15 23:02:06 dmcmahill Exp $
+GDSROOT=@prefix@/share/boolean
export GDSROOT
- echo "boolean operation program"
-@@ -12,9 +11,9 @@ if test ! -d ${HOME}/gdsuser ; then
+@@ -12,8 +11,8 @@
cp -r $GDSROOT/gdsuser $HOME
else
- if test ! -f ${HOME}/gdsuser/6.3_version ; then
+- 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
-