Diff
Not logged in

Differences From Artifact [de7342a2bf]:

To Artifact [0167046694]:


552
553
554
555
556
557
558
559



560
561
562
563
564
565
566
552
553
554
555
556
557
558

559
560
561
562
563
564
565
566
567
568







-
+
+
+







	  $(COPY) -a ${TCL_VFS_PATH}/manifest.txt ${TCL_VFS_PATH}/pkgIndex.tcl; \
	  if test "${ZIPFS_BUILD}" != "2" ; then \
	    $(COPY) ${DDE_DLL_FILE} ${TCL_VFS_PATH}/dde; \
	    $(COPY) ${REG_DLL_FILE} ${TCL_VFS_PATH}/registry; \
	  else \
	    rm -rf ${TCL_VFS_PATH}/dde; \
	    rm -rf ${TCL_VFS_PATH}/registry; \
	  fi \
	  fi; \
	  echo "  package ifneeded tk 9.0.1 [list load [file normalize [file join \$$dir tcl9tk90.dll]]]" > ${TCL_VFS_ROOT}/pkgIndex.tcl; \
	  $(COPY) -a /usr/bin/tcl9tk90.dll ${TCL_VFS_ROOT}; \
	)
	(zip=`(realpath '${NATIVE_ZIP}' || readlink -m '${NATIVE_ZIP}') 2>/dev/null || \
	  (echo '${NATIVE_ZIP}' | sed "s?^\./?$$(pwd)/?")`; \
	  cd ${TCL_VFS_ROOT} && \
	  $$zip ${ZIP_PROG_OPTIONS} ../${TCL_ZIP_FILE} ${ZIP_PROG_VFSSEARCH} >/dev/null && \
	  echo "${TCL_ZIP_FILE} successful created with $$zip" && \
	  cd ..)