diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2011-11-22 17:07:03 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2011-11-22 17:07:03 (GMT) |
commit | 7a954cff3a1cd4cd5424738f12294bd159d7cdb2 (patch) | |
tree | ede464725f08f61d3a9f02c9fb0f4dd58b1e211f /unix/Makefile.in | |
parent | 5867bc7a6a7e0ff8523557d049e3c5876616486a (diff) | |
parent | 67b92abb40667b1d227abeb384099072d68b4c03 (diff) | |
download | tk-7a954cff3a1cd4cd5424738f12294bd159d7cdb2.zip tk-7a954cff3a1cd4cd5424738f12294bd159d7cdb2.tar.gz tk-7a954cff3a1cd4cd5424738f12294bd159d7cdb2.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 170f157..0096d27 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -807,7 +807,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"; @for i in $(TOP_DIR)/library/demos/images/*; \ |