summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorTon Voon <ton.voon@opsera.com>2013-08-20 23:20:30 (GMT)
committerTon Voon <ton.voon@opsera.com>2013-08-20 23:20:30 (GMT)
commitae8ff32eac1d04df77c73298afafc99471226d1b (patch)
tree0ab42ee2e41553dc3a866c13bcb9f1a76c4cad59 /tools
parentf7bc3a09658b573107ab08a6485c91b201b69f69 (diff)
downloadmonitoring-plugins-ae8ff32eac1d04df77c73298afafc99471226d1b.tar.gz
Updated perl modules
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build_perl_modules2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_perl_modules b/tools/build_perl_modules
index bcef66f..af82db9 100755
--- a/tools/build_perl_modules
+++ b/tools/build_perl_modules
@@ -72,7 +72,7 @@ foreach my $tarball (@tarballs) {
72 } else { 72 } else {
73 system("perl Build.PL --prefix $destdir --installdirs site --install_path lib=$destdir/lib") == 0 73 system("perl Build.PL --prefix $destdir --installdirs site --install_path lib=$destdir/lib") == 0
74 or die "Can't run perl Build.PL"; 74 or die "Can't run perl Build.PL";
75 system("./Build.PL") == 0 or die "Can't run ./Build"; 75 system("./Build") == 0 or die "Can't run ./Build";
76 } 76 }
77 chdir $topdir or die "Can't chdir to top";; 77 chdir $topdir or die "Can't chdir to top";;
78 } 78 }