summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-17 09:41:46 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-17 09:41:46 (GMT)
commit467337387f361bbb38bc6e50b6d3a5432399ef68 (patch)
tree99fe7278e73065f6eaf851ed5b2c9ea9f6a33fdf /unix
parent6ee6cd1ae4ffb8a3fe3e602632cd3f0683c392d1 (diff)
downloadtcl-467337387f361bbb38bc6e50b6d3a5432399ef68.zip
tcl-467337387f361bbb38bc6e50b6d3a5432399ef68.tar.gz
tcl-467337387f361bbb38bc6e50b6d3a5432399ef68.tar.bz2
Don't pack tcl_library/registry/pkgIndex in zip-file on UNIX
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index e8b5110..15d80cb 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -778,7 +778,7 @@ ${TCL_ZIP_FILE}: ${ZIP_INSTALL_OBJS}
cp -a $(TOP_DIR)/library/* ${TCL_VFS_PATH}; \
fi
mv ${TCL_VFS_PATH}/manifest.txt ${TCL_VFS_PATH}/pkgIndex.tcl
- rm -rf ${TCL_VFS_PATH}/dde ${TCL_VFS_PATH}/reg
+ rm -rf ${TCL_VFS_PATH}/dde ${TCL_VFS_PATH}/registry
@find ${TCL_VFS_ROOT} -type d -empty -delete
@echo "creating ${TCL_ZIP_FILE} from ${TCL_VFS_PATH}"
@(zip=`(realpath '${NATIVE_ZIP}' || readlink -m '${NATIVE_ZIP}' || \