8265fb6a99
Changes since last packaged version: Version 6.4 Graphical interface 1. Filedialog now has filters for Linux also. Boolean algorithm (also effects booleanonly) 1. Error corrected in correction settings. Version 6.3 Graphical interface 1. Based on wxWindows 2.3.4 2. cmake now used to create projects and makefiles Boolean algorithm (also effects booleanonly) 1. Using the kbool library with the Boolean engine. Version 6.21 Graphical interface 1. and it did not even save gdsii or key files properly, i just wonder why no one did let me know ;-)
26 lines
865 B
Text
26 lines
865 B
Text
$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
|
|
|