summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-24 16:26:12 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-24 16:26:12 (GMT)
commit4c9bbf09763b8979ce09b90c8d9521685a1154a6 (patch)
tree6af0ea4d0ed55955d34d60d83b37bbcb655bd78e
parent3de4f42314b6575020d88b6a68310bcd1f0a9419 (diff)
parentdd7b39e0035e59330a7fac9779d8f19902502c9b (diff)
downloadtk-4c9bbf09763b8979ce09b90c8d9521685a1154a6.zip
tk-4c9bbf09763b8979ce09b90c8d9521685a1154a6.tar.gz
tk-4c9bbf09763b8979ce09b90c8d9521685a1154a6.tar.bz2
Sync installManPage with Tcl. unix/configure.in is not supposed to be executable in the dist
-rw-r--r--unix/Makefile.in2
-rwxr-xr-xunix/installManPage2
2 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 29f2b17..9cdd864 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -1563,7 +1563,7 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tkConfig.h.in $(UNIX_DIR)/tk.pc.in $(M
$(UNIX_DIR)/tkConfig.sh.in $(UNIX_DIR)/install-sh \
$(UNIX_DIR)/README $(UNIX_DIR)/installManPage \
$(UNIX_DIR)/tkConfig.h.in $(UNIX_DIR)/tk.pc.in $(DISTDIR)/unix
- chmod 775 $(DISTDIR)/unix/configure $(DISTDIR)/unix/configure.in
+ chmod 775 $(DISTDIR)/unix/configure
mkdir $(DISTDIR)/bitmaps
@(cd $(TOP_DIR); for i in bitmaps/* ; do \
if [ -f $$i ] ; then \
diff --git a/unix/installManPage b/unix/installManPage
index 00c6cc5..a442892 100755
--- a/unix/installManPage
+++ b/unix/installManPage
@@ -117,7 +117,7 @@ for Target in $Names; do
chmod 644 "$Dir/$First"
$Gzip "$Dir/$First"
else
- ln "$SymOrLoc$First$Gz" "$Dir/$Target$Gz"
+ ln $SymOrLoc"$First$Gz" "$Dir/$Target$Gz"
fi
done