You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-board/scid/files/scid-4.7.0-tcl-start-path.p...

8 lines
217 B

--- a/src/ui_tcltk.h
+++ b/src/ui_tcltk.h
@@ -59,3 +59,3 @@
else dirname += 1;
- strcpy (dirname, "tcl/start.tcl");
+ strcpy (dirname, "../share/scid/tcl/start.tcl");
if (0 != Tcl_Access(sourceFileName, 4)) {