diff options
author | stwo <stwo> | 2012-08-07 07:20:38 (GMT) |
---|---|---|
committer | stwo <stwo> | 2012-08-07 07:20:38 (GMT) |
commit | 14cd8c272352eb6d51553f92ac67cf695304c56c (patch) | |
tree | cf14660ef8d3b904292f521295732bd99e3a3d9d /unix/Makefile.in | |
parent | eaa3afea4520e2c1f2cbacd6d7cd3c1e0932db33 (diff) | |
download | tk-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.in | 2 |
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 \ |