summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-01-30 00:35:42 +0000
committerKarl Berry <karl@freefriends.org>2016-01-30 00:35:42 +0000
commita080e4227115f255fcf1bc5c649f8781f0f147eb (patch)
treea136c21ba16de0752ca2d003afabbd24c594e3ac /Build
parenta35f0faa97651a9083379e1447aeafaa2213cabf (diff)
ctanify (29jan16)
git-svn-id: svn://tug.org/texlive/trunk@39507 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/ctanify/ctanify6
1 files changed, 3 insertions, 3 deletions
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<scott+ctify@pakin.org>
=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<version 1.3c> of this