summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorstwo <stwo>2012-08-07 07:20:38 (GMT)
committerstwo <stwo>2012-08-07 07:20:38 (GMT)
commit14cd8c272352eb6d51553f92ac67cf695304c56c (patch)
treecf14660ef8d3b904292f521295732bd99e3a3d9d /unix/Makefile.in
parenteaa3afea4520e2c1f2cbacd6d7cd3c1e0932db33 (diff)
downloadtk-14cd8c272352eb6d51553f92ac67cf695304c56c.zip
tk-14cd8c272352eb6d51553f92ac67cf695304c56c.tar.gz
tk-14cd8c272352eb6d51553f92ac67cf695304c56c.tar.bz2
A little more installer consistency tweaking.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 6c19f92..2de275c 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -825,7 +825,7 @@ install-demos:
chmod 755 "$(DEMO_INSTALL_DIR)/$$i"; \
fi; \
done;
- @echo "Installing demo images to $(DEMO_INSTALL_DIR)/images/";
+ @echo "Installing demo image files to $(DEMO_INSTALL_DIR)/images/";
@for i in $(TOP_DIR)/library/demos/images/*; \
do \
if [ -f $$i ] ; then \