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-aa13
1 files changed, 8 insertions, 5 deletions
diff --git a/cad/boolean/patches/patch-aa b/cad/boolean/patches/patch-aa
index a070a4fd22c..a8b1b043182 100644
--- a/cad/boolean/patches/patch-aa
+++ b/cad/boolean/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.3 2005/08/18 23:52:14 dmcmahill Exp $
+$NetBSD: patch-aa,v 1.4 2007/02/23 16:42:30 wiz 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/boolean.orig 2005-03-04 13:23:04.000000000 +0000
++++ bin/boolean
+@@ -1,7 +1,6 @@
#! /bin/sh
-PATH=/opt/protools/boolean/6.3/boolean/apps/edit:$PATH
@@ -10,7 +10,9 @@ $NetBSD: patch-aa,v 1.3 2005/08/18 23:52:14 dmcmahill Exp $
+GDSROOT=@prefix@/share/boolean
export GDSROOT
-@@ -12,8 +11,8 @@
+ echo "boolean operation program"
+@@ -11,10 +10,10 @@ if test ! -d ${HOME}/gdsuser ; then
+ echo copying gdsuser to your HOME directory, It can be used for personal settings
cp -r $GDSROOT/gdsuser $HOME
else
- if test ! -f ${HOME}/gdsuser/6.3_version ; then
@@ -23,3 +25,4 @@ $NetBSD: patch-aa,v 1.3 2005/08/18 23:52:14 dmcmahill Exp $
+ echo "A new set of files will be installed to $HOME/gdsuer."
fi
fi
+