From 3fee090bba865d0b857c64a18f16658a86d43e64 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 22 May 2014 23:52:46 +0000 Subject: more 2014 preparations git-svn-id: svn://tug.org/texlive/trunk@34220 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/check-wrapper-consistency | 2 -- Master/tlpkg/bin/tl-update-bindir | 6 +++++- Master/tlpkg/bin/tl-update-images | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/bin/check-wrapper-consistency b/Master/tlpkg/bin/check-wrapper-consistency index 4c014ffeaaa..c693b2e5bb8 100755 --- a/Master/tlpkg/bin/check-wrapper-consistency +++ b/Master/tlpkg/bin/check-wrapper-consistency @@ -143,8 +143,6 @@ sub list_shell_scripts { # more shell scripts, that are not part of linked_scripts. $sh{"chkweb"} = 1; - $sh{"getafm"} = 1; - $sh{"showchar"} = 1; return %sh; } diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir index 73331f22d57..353eed8ea5d 100755 --- a/Master/tlpkg/bin/tl-update-bindir +++ b/Master/tlpkg/bin/tl-update-bindir @@ -139,7 +139,11 @@ for tlname in $tlnames; do $grab ftp://ftp.cea.fr/incoming/y2k01/braslau/i386-unknown-kfreebsd10.0-gnu.tar.xz;; i386-linux) default_bin_loc=/home/texlive/karl/Build/source/inst/bin/i686-pc-linux-gnu - rm -f $default_bin_loc/dvisvgm;; + # to get gs support to not crash, we must compile dvisvgm differently + # than the rest; users won't accept anything less. + special_dvisvgm=/home/texlive/svgm/Work/texk/dvisvgm/dvisvgm + cp $special_dvisvgm $default_bin_loc/dvisvgm + strip $default_bin_loc/dvisvgm;; i386-netbsd) download_loc=$tmpdir/tl.$tlname.tar.xz default_bin_loc=$download_loc diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images index ebe18cd70f7..6600eae8a01 100755 --- a/Master/tlpkg/bin/tl-update-images +++ b/Master/tlpkg/bin/tl-update-images @@ -2,7 +2,7 @@ # $Id$ # Create the .iso image(s) for TeX Live. # -# Copyright 2007-2013 Karl Berry. +# Copyright 2007-2014 Karl Berry. # Copyright 2003, 2004, 2005 Sebastian Rahtz. # # This file is licensed under the GNU General Public License version 2 @@ -12,7 +12,7 @@ # Historical notes at the end of the script. NAME=texlive -V=2013 +V=2014 D=`date +%Y%m%d` target=/home/ftp/texlive/Images/test -- cgit v1.2.3