summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/check-wrapper-consistency
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-05-04 16:53:46 +0000
committerKarl Berry <karl@freefriends.org>2008-05-04 16:53:46 +0000
commitc72d945414131fa2691af6a36e75b6837449e6e0 (patch)
treeeca641d9523a6d54d84f3982a3e902e12677a453 /Master/tlpkg/bin/check-wrapper-consistency
parent9111ad27bbf6e924b69a7a21ba1c8434bdfc4e5e (diff)
ps4pdf script installs
git-svn-id: svn://tug.org/texlive/trunk@7838 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/check-wrapper-consistency')
-rwxr-xr-xMaster/tlpkg/bin/check-wrapper-consistency1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/check-wrapper-consistency b/Master/tlpkg/bin/check-wrapper-consistency
index abd8a729050..90ded4d86c2 100755
--- a/Master/tlpkg/bin/check-wrapper-consistency
+++ b/Master/tlpkg/bin/check-wrapper-consistency
@@ -76,6 +76,7 @@ sub unx_wrapper_entries
my $target = readlink ($file);
die "readlink($file) failed: $!" if !defined ($target);
next unless $target =~ /^\.\./; # skip all but .. symlinks
+ next if $target =~ /ps4pdf/; # has its own .bat, sorry for special case
$ret{$ent} = $target; # remember name and link target
}