aboutsummaryrefslogtreecommitdiff
path: root/pd/src/s_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'pd/src/s_main.c')
-rw-r--r--pd/src/s_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pd/src/s_main.c b/pd/src/s_main.c
index 058f0232..a1e5af2a 100644
--- a/pd/src/s_main.c
+++ b/pd/src/s_main.c
@@ -483,12 +483,12 @@ void sys_findprogdir(char *progname)
"gui" directory. In "simple" unix installations, the layout is
.../bin/pd
.../bin/pd-watchdog (etc)
- .../tcl/pd.tcl
+ .../tcl/pd-gui.tcl
.../doc
and in "complicated" unix installations, it's:
.../bin/pd
.../lib/pd/bin/pd-watchdog
- .../lib/tcl/pd.tcl
+ .../lib/tcl/pd-gui.tcl
.../lib/pd/doc
To decide which, we stat .../lib/pd; if that exists, we assume it's
the complicated layout. In MSW, it's the "simple" layout, but