From df0d757a3b937219dcafa2f5f98b43fcd5c2c4ea Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 11 Jul 2021 21:13:26 +0000 Subject: doc, testing tweaks git-svn-id: svn://tug.org/texlive/trunk@59901 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/deref-symlinks | 2 +- Master/tlpkg/bin/tlpkg-ctan-check | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'Master/tlpkg/bin') diff --git a/Master/tlpkg/bin/deref-symlinks b/Master/tlpkg/bin/deref-symlinks index 0a770a7f47d..b012f7d748e 100755 --- a/Master/tlpkg/bin/deref-symlinks +++ b/Master/tlpkg/bin/deref-symlinks @@ -15,7 +15,7 @@ for f in "$@"; do test -h "$f" || continue # skip non-symlinks test -f "$f" || continue # skip links to anything but regular files - cp --dereference "$f" "$f".file # expand link + cp -p --dereference "$f" "$f".file # expand link mv "$f" "$f".link # move link out of the way mv -v "$f".file "$f" # replace with regular file $savelinks || rm "$f".link # remove link unless keeping diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index ce38eb34ff2..957eefaf9a9 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -1112,7 +1112,7 @@ sub do_tlp { # the first one we come across, since we'll only find the first one # on CTAN and we don't want to try to match subdir suffixes. next if grep { $_ eq $basefile } @tl_basefiles; -#warn "checking tl file $file -> $basefile\n"; +warn "checking tl file $file -> $basefile\n"; push (@tl_basefiles, $basefile); # No point in comparing our pdfs now, too many are different. @@ -1134,12 +1134,12 @@ sub do_tlp { # Different cluttex.lua gets installed. next if $basefile eq "cluttex.lua"; + # Compares director to binary. + next if $basefile eq "optexcount"; + # Wrong README gets compared. next if $basefile eq "README" && $file =~ m,/(pmx|cs)/,; - # Upstream README is gratuitously different. - next if $basefile =~ /^README/ && $file =~ m,/(curve2e|marathi)/,; - my $tl_file = "$Master/$file"; if (! -e $tl_file) { warn "$tl_file: TL file missing\n"; -- cgit v1.2.3