diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-11-22 17:12:34 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-11-22 17:12:34 (GMT) |
commit | 83e426da8dac9f61b685c050f3244f55bf54747a (patch) | |
tree | 2247e8f011b29f80da9266242f19309a2f0fe6bb /unix/Makefile.in | |
parent | a9daf15bfbcf2b30e525a57347c3d7db68e93b8a (diff) | |
parent | d9b5b677f67214d0139357cce37de33e61681bb3 (diff) | |
download | tk-83e426da8dac9f61b685c050f3244f55bf54747a.zip tk-83e426da8dac9f61b685c050f3244f55bf54747a.tar.gz tk-83e426da8dac9f61b685c050f3244f55bf54747a.tar.bz2 |
[Bug 1945073]: Demo square.tcl cannot run; need package tktest
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 492c7ca..2ab5913 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -801,7 +801,11 @@ install-demos: done; @for i in $(DEMOPROGS); \ do \ + if test $$i = "square"; then \ + rm -f "$(DEMO_INSTALL_DIR)"/$$i; \ + else \ chmod 755 "$(DEMO_INSTALL_DIR)"/$$i; \ + fi; \ done; @echo "Installing demo images to $(DEMO_INSTALL_DIR)/images/"; @for i in $(TOP_DIR)/library/demos/images/*; \ |