summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-11-22 17:12:34 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-11-22 17:12:34 (GMT)
commita50ed9dff56a7287a0d18e782d8a6caed2ea0faa (patch)
tree2247e8f011b29f80da9266242f19309a2f0fe6bb /unix
parent82846ec5bdd7ad377edf83c1c3aa6759c1c54ecd (diff)
parente8fb7d316cdd838a4bd4658932ec3a567eb20e50 (diff)
downloadtk-a50ed9dff56a7287a0d18e782d8a6caed2ea0faa.zip
tk-a50ed9dff56a7287a0d18e782d8a6caed2ea0faa.tar.gz
tk-a50ed9dff56a7287a0d18e782d8a6caed2ea0faa.tar.bz2
[Bug 1945073]: Demo square.tcl cannot run; need package tktest
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in4
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/*; \