From e12a83aab7055d047eabf8ed6c38f2fe8ee16c4a Mon Sep 17 00:00:00 2001 From: William Joye Date: Fri, 30 Dec 2016 16:36:00 -0500 Subject: fix pkg_mkIndex problem --- ds9/win/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ds9/win/Makefile.in b/ds9/win/Makefile.in index 481b6e9..cc9f419 100755 --- a/ds9/win/Makefile.in +++ b/ds9/win/Makefile.in @@ -127,7 +127,7 @@ framework: cp -pr ../doc $(APPDIR)/. cp -pr ../cmaps $(APPDIR)/. cp -pr ../template $(APPDIR)/. - echo "pkg_mkIndex $(APPDIR)/library *.tcl; exit" | $(bindir)/tclsh86s + echo "pkg_mkIndex ../../bin/ds9app/library *.tcl; exit" | $(bindir)/tclsh86s tcltk : cp -pr $(prefix)/lib/tcl8 $(APPDIR)/. @@ -137,7 +137,7 @@ tcltk : tkblt : mkdir $(APPDIR)/tkblt cp -p $(prefix)/tkblt/library/graph.tcl $(APPDIR)/tkblt/. - echo "pkg_mkIndex $(APPDIR)/tkblt *.tcl; exit" | $(bindir)/tclsh86s + echo "pkg_mkIndex ../../bin/ds9app/tkblt *.tcl; exit" | $(bindir)/tclsh86s tcllib : cp -pr $(prefix)/tcllib/modules/base64 $(APPDIR)/. -- cgit v0.12