summaryrefslogtreecommitdiffstats
path: root/ds9/unix
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/unix')
-rw-r--r--ds9/unix/Makefile.in2
-rw-r--r--ds9/unix/ds9.C6
2 files changed, 4 insertions, 4 deletions
diff --git a/ds9/unix/Makefile.in b/ds9/unix/Makefile.in
index 72abbaf..23d8388 100644
--- a/ds9/unix/Makefile.in
+++ b/ds9/unix/Makefile.in
@@ -70,7 +70,7 @@ system = @system@
#--------------------------defines
-APPDIR = zipfsmntpt
+APPDIR = mntpt
LIBDIR= $(APPDIR)
ID = $(shell finger $(shell whoami) | egrep -o 'Name: [a-zA-Z0-9 ]{1,}' | cut -d ':' -f 2 | head -n 1| xargs echo)
diff --git a/ds9/unix/ds9.C b/ds9/unix/ds9.C
index ba01780..418b160 100644
--- a/ds9/unix/ds9.C
+++ b/ds9/unix/ds9.C
@@ -62,11 +62,11 @@ int SAOLocalMainHook(int* argcPtr, char*** argvPtr)
// so that tcl and tk know where to find their libs
// we do it here before InitLibraryPath is called
- putenv((char*)"TCL_LIBRARY=zipfs:/zipfsmntpt/tcl8.6");
- putenv((char*)"TK_LIBRARY=zipfs:/zipfsmntpt/tk8.6");
+ putenv((char*)"TCL_LIBRARY=zipfs:/mntpt/tcl8.6");
+ putenv((char*)"TK_LIBRARY=zipfs:/mntpt/tk8.6");
// startup script
- Tcl_Obj *path = Tcl_NewStringObj("zipfs:/zipfsmntpt/library/ds9.tcl",-1);
+ Tcl_Obj *path = Tcl_NewStringObj("zipfs:/mntpt/library/ds9.tcl",-1);
Tcl_SetStartupScript(path, NULL);
return TCL_OK;