summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-11-27 20:15:50 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-11-27 20:15:50 (GMT)
commit0c50d57d0866b97891c2864bc5d03288f80ff595 (patch)
tree2ae768d4f9d23b890b8057b8092f6cb6a6e1fb11 /unix
parent9a80393d63c21d2ba09ca7767dbf810d2e6f96a4 (diff)
downloadtcl-0c50d57d0866b97891c2864bc5d03288f80ff595.zip
tcl-0c50d57d0866b97891c2864bc5d03288f80ff595.tar.gz
tcl-0c50d57d0866b97891c2864bc5d03288f80ff595.tar.bz2
Another minor tweak: No need to include manifest.txt in the vfs zip-file, since it's renamed to pkgIndex.tcl
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index b3811e3..40efe65 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -772,12 +772,11 @@ ${TCL_ZIP_FILE}: ${ZIP_INSTALL_OBJS}
@mkdir -p ${TCL_VFS_PATH}
@echo "creating ${TCL_VFS_PATH} (prepare compression)"
@if \
- ln -s $(TOP_DIR)/library/* ${TCL_VFS_PATH}/ && \
- ln ${TCL_VFS_PATH}/manifest.txt ${TCL_VFS_PATH}/pkgIndex.tcl; \
+ ln -s $(TOP_DIR)/library/* ${TCL_VFS_PATH}/; \
then : ; else \
cp -a $(TOP_DIR)/library/* ${TCL_VFS_PATH}; \
- cp -a ${TCL_VFS_PATH}/manifest.txt ${TCL_VFS_PATH}/pkgIndex.tcl; \
fi
+ mv ${TCL_VFS_PATH}/manifest.txt ${TCL_VFS_PATH}/pkgIndex.tcl
rm -rf ${TCL_VFS_PATH}/dde ${TCL_VFS_PATH}/reg
@find ${TCL_VFS_ROOT} -type d -empty -delete
@echo "creating ${TCL_ZIP_FILE} from ${TCL_VFS_PATH}"