From f723b57fd436816c1a659cb25cae38d48136c69b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 30 Mar 2009 00:33:03 +0000 Subject: 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 --- Master/tlpkg/bin/tlpkg-ctan-check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Master') 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; -- cgit v1.2.3