From a080e4227115f255fcf1bc5c649f8781f0f147eb Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 30 Jan 2016 00:35:42 +0000 Subject: ctanify (29jan16) git-svn-id: svn://tug.org/texlive/trunk@39507 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/texlive/linked_scripts/ctanify/ctanify | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Build/source') diff --git a/Build/source/texk/texlive/linked_scripts/ctanify/ctanify b/Build/source/texk/texlive/linked_scripts/ctanify/ctanify index 1b7dd0821c7..e9dd80fe857 100755 --- a/Build/source/texk/texlive/linked_scripts/ctanify/ctanify +++ b/Build/source/texk/texlive/linked_scripts/ctanify/ctanify @@ -19,7 +19,7 @@ use warnings; use strict; # Define some global variables. -our $VERSION = "1.8"; # ctanify version number +our $VERSION = "1.8.1"; # ctanify version number my $progname = basename $0; # Name of this program my $pkgname; # Base name of the package to create my $miscify = 0; # 1=replace singletons with misc; 0=don't @@ -330,7 +330,7 @@ find(sub { # Archive and remove the TDS directory. $zipname = "$pkgname.tds.zip"; my $zip_exclusions = $skipdroppings ? "-x __MACOSX -x .DS_Store" : ""; -run_command "zip -q -r -9 -m $workdir/$zipname . $zip_exclusions", 1; +run_command "zip -q -r -9 -y -m $workdir/$zipname . $zip_exclusions", 1; my $zipsize; if (-f "$workdir/$zipname") { $zipsize = filesize "$workdir/$zipname"; @@ -691,7 +691,7 @@ Scott Pakin, I =head1 COPYRIGHT AND LICENSE -Copyright 2015 Scott Pakin +Copyright 2016 Scott Pakin This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either S of this -- cgit v1.2.3