summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-12-30 21:36:00 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2016-12-30 21:36:00 (GMT)
commite12a83aab7055d047eabf8ed6c38f2fe8ee16c4a (patch)
tree7cba906d34b81244d32e67f00b95ae04d660c348
parent7ca4bd29dc25c22094a0d55ac098de0d9b81e588 (diff)
downloadblt-e12a83aab7055d047eabf8ed6c38f2fe8ee16c4a.zip
blt-e12a83aab7055d047eabf8ed6c38f2fe8ee16c4a.tar.gz
blt-e12a83aab7055d047eabf8ed6c38f2fe8ee16c4a.tar.bz2
fix pkg_mkIndex problem
-rwxr-xr-xds9/win/Makefile.in4
1 files 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)/.