aboutsummaryrefslogtreecommitdiffstats
path: root/cad/netgen/files/patch-ng_ng.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'cad/netgen/files/patch-ng_ng.tcl')
-rw-r--r--cad/netgen/files/patch-ng_ng.tcl11
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/netgen/files/patch-ng_ng.tcl b/cad/netgen/files/patch-ng_ng.tcl
new file mode 100644
index 00000000000..d0da1110008
--- /dev/null
+++ b/cad/netgen/files/patch-ng_ng.tcl
@@ -0,0 +1,11 @@
+--- ng/ng.tcl.orig 2010-06-08 09:33:22.000000000 +0700
++++ ng/ng.tcl 2010-06-08 09:33:39.000000000 +0700
+@@ -26,7 +26,7 @@
+ set ngdir $env(NETGENDIR)
+ }
+ if { [string length $ngdir] == 0 } {
+- set ngdir "."
++ set ngdir "/usr/local/bin"
+ }
+
+ set nguserdir ""