diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2011-11-22 16:53:14 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2011-11-22 16:53:14 (GMT) |
commit | 67b92abb40667b1d227abeb384099072d68b4c03 (patch) | |
tree | f9c2a49d5f99d7bdccf87da7686931a2bd21c71f /unix/Makefile.in | |
parent | 7b15c552d5abb68db44b01d716baa3adf4fedd15 (diff) | |
download | tk-67b92abb40667b1d227abeb384099072d68b4c03.zip tk-67b92abb40667b1d227abeb384099072d68b4c03.tar.gz tk-67b92abb40667b1d227abeb384099072d68b4c03.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 3af3317..27bbb19 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -724,7 +724,11 @@ install-demos: done; @for i in $(DEMOPROGS); \ do \ + if test $$i = "square"; then \ + rm -f $(SCRIPT_INSTALL_DIR)/demos/$$i; \ + else \ chmod 755 $(SCRIPT_INSTALL_DIR)/demos/$$i; \ + fi; \ done; @echo "Installing demo images"; @for i in $(TOP_DIR)/library/demos/images/*; \ |