summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check4
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;