[BACK]Return to patch-scripts_parms_tcl CVS log [TXT][DIR] Up to [local] / ports / cad / tkgate2 / patches

File: [local] / ports / cad / tkgate2 / patches / Attic / patch-scripts_parms_tcl (download)

Revision 1.1, Wed Nov 9 10:43:15 2011 UTC (12 years, 8 months ago) by yason
Branch: MAIN

fix running simulation

$OpenBSD$
--- scripts/parms.tcl.orig	Wed Nov  9 12:52:54 2011
+++ scripts/parms.tcl	Wed Nov  9 12:53:27 2011
@@ -56,7 +56,7 @@ set tkg_borderSize		2
 #
 # Executable for simulator
 #
-set simExec "${tkg_gateHome}/libexec/verga"
+set simExec "$!!LOCALBASE!!/bin/verga"
 
 ######################################################################
 #