diff options
author | Karl Berry <karl@freefriends.org> | 2009-03-30 00:33:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-03-30 00:33:03 +0000 |
commit | f723b57fd436816c1a659cb25cae38d48136c69b (patch) | |
tree | 790862d11966978ee048a4b9a47700ae4f181fd9 /Master | |
parent | 770b8dcff96fc77082253c0016943fd57f0c5255 (diff) |
give absolute path for tlpkginfo, so it works from
cron. remove pkfix for now, it is wrongly part of bin-dvipsk.
git-svn-id: svn://tug.org/texlive/trunk@12567 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index ee008a3935d..c238ab3a5cb 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -173,7 +173,7 @@ my @WorkingTLP = qw( permute petiteannonce pgf pgf-soroban pgfopts pgfplots phaistos philex philosophersimprint phonetic pict2e pictex pictex2 pigpen - pinlabel pittetd pkfix pkfix-helper placeins plari plates play + pinlabel pittetd pkfix-helper placeins plari plates play plnfss pmgraph poemscol polski polyglossia polynom polynomial polytable powerdot ppr-prv pracjourn preprint @@ -383,7 +383,7 @@ sub do_tlp } # clean up the tmpdir possibly created when invoking 'tlpkginfo --prepare' - chomp (my $ctan_root = `tlpkginfo --ctan-root`); + chomp (my $ctan_root = `$mydir/tlpkginfo --ctan-root`); system ("rm -rf $ctan_dir") unless ($ctan_dir =~ m#^$ctan_root#); return $needed; |