diff options
Diffstat (limited to 'tools/build_perl_modules')
-rwxr-xr-x | tools/build_perl_modules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build_perl_modules b/tools/build_perl_modules index af82db9..9a880ff 100755 --- a/tools/build_perl_modules +++ b/tools/build_perl_modules | |||
@@ -62,6 +62,7 @@ foreach my $tarball (@tarballs) { | |||
62 | if ($opts->{m}) { | 62 | if ($opts->{m}) { |
63 | # Don't compile if already done - this is because of invocating this | 63 | # Don't compile if already done - this is because of invocating this |
64 | # script at different stages | 64 | # script at different stages |
65 | print "******************** $tarball\n"; | ||
65 | unless (-e $dir) { | 66 | unless (-e $dir) { |
66 | system("gunzip -c $tarball | tar -xf -") == 0 or die "Cannot extract $tarball"; | 67 | system("gunzip -c $tarball | tar -xf -") == 0 or die "Cannot extract $tarball"; |
67 | chdir $dir or die "Can't chdir into $dir"; | 68 | chdir $dir or die "Can't chdir into $dir"; |