summaryrefslogtreecommitdiffstats
path: root/ds9/unix
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-01-18 20:10:35 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-01-18 20:10:35 (GMT)
commit4b956449f5b06383831a203134041c4649edff3a (patch)
tree4fb2eabced7a6625cc060a18f53dfb03b1772a01 /ds9/unix
parent19e018cafce250bd10577061155ba77f70a032fd (diff)
downloadblt-4b956449f5b06383831a203134041c4649edff3a.zip
blt-4b956449f5b06383831a203134041c4649edff3a.tar.gz
blt-4b956449f5b06383831a203134041c4649edff3a.tar.bz2
reset zipfs mount point
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;