From: Chris Williams Date: Sun, 6 Sep 2009 11:44:04 +0000 (+0100) Subject: learning curves++ Had neglected to update the util generators for ptar* scripts. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=503b513ef40d22a4c2b669896bfe16079d756b69;p=p5sagit%2Fp5-mst-13.2.git learning curves++ Had neglected to update the util generators for ptar* scripts. --- diff --git a/utils/ptar.PL b/utils/ptar.PL index b933659..d986c21 100644 --- a/utils/ptar.PL +++ b/utils/ptar.PL @@ -35,7 +35,7 @@ use File::Spec; my $script = File::Spec->catfile( File::Spec->catdir( - File::Spec->updir, qw[lib Archive Tar bin] + File::Spec->updir, qw[ext Archive-Tar bin] ), "ptar"); if (open(IN, $script)) { diff --git a/utils/ptardiff.PL b/utils/ptardiff.PL index cfc83b3..191c20e 100644 --- a/utils/ptardiff.PL +++ b/utils/ptardiff.PL @@ -35,7 +35,7 @@ use File::Spec; my $script = File::Spec->catfile( File::Spec->catdir( - File::Spec->updir, qw[lib Archive Tar bin] + File::Spec->updir, qw[ext Archive-Tar bin] ), "ptardiff"); if (open(IN, $script)) {