summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-12-12 20:16:13 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-12-12 20:16:13 (GMT)
commit55ceb591d7bd0c530c73961be1c05996e8cc5920 (patch)
tree661406ca12f71dc87d4b42e742a6a3d0b8e4c5fb /unix/Makefile.in
parentc0295195515c4bb1a84c3010bad67585d71ee6eb (diff)
downloadtcl-55ceb591d7bd0c530c73961be1c05996e8cc5920.zip
tcl-55ceb591d7bd0c530c73961be1c05996e8cc5920.tar.gz
tcl-55ceb591d7bd0c530c73961be1c05996e8cc5920.tar.bz2
Prefer to extract package data from the *contents* not the directory name.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 680d4ce..df05759 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -2019,8 +2019,7 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(UNIX_DIR)/tcl.pc.in $(M
cp -p $(TOMMATH_SRCS) $(TOMMATH_DIR)/*.h \
$(DISTDIR)/libtommath
mkdir $(DISTDIR)/pkgs
- cp $(TOP_DIR)/pkgs/README $(TOP_DIR)/pkgs/package.list.txt \
- $(DISTDIR)/pkgs
+ cp $(TOP_DIR)/pkgs/README $(DISTDIR)/pkgs
for i in `ls $(DISTROOT)/pkgs/*.tar.gz 2> /dev/null`; do \
tar -C $(DISTDIR)/pkgs -xzf "$$i"; \
done