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 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/*; \