summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'unix/Makefile.in')
-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/*; \