summaryrefslogtreecommitdiffstats
path: root/perlmods
diff options
context:
space:
mode:
authorTon Voon <ton.voon@opsera.com>2013-08-23 14:17:17 (GMT)
committerTon Voon <ton.voon@opsera.com>2013-08-23 14:17:17 (GMT)
commited9a0f3a7b944f7f72d27b6a3999db39eee5b0d5 (patch)
treeadae0eadb3fa693e0c6504e543a414a5d4a1d8e6 /perlmods
parentae8ff32eac1d04df77c73298afafc99471226d1b (diff)
downloadmonitoring-plugins-ed9a0f3a7b944f7f72d27b6a3999db39eee5b0d5.tar.gz
Updated with last working copy of build_perl_modules used by Opsview
Diffstat (limited to 'perlmods')
-rw-r--r--perlmods/Makefile.am2
-rw-r--r--perlmods/install_order1
2 files changed, 2 insertions, 1 deletions
diff --git a/perlmods/Makefile.am b/perlmods/Makefile.am
index 3f479f3..1495900 100644
--- a/perlmods/Makefile.am
+++ b/perlmods/Makefile.am
@@ -1,7 +1,7 @@
1perlmoduledir = $(exec_prefix)/perl 1perlmoduledir = $(exec_prefix)/perl
2 2
3all-local: 3all-local:
4 $(top_srcdir)/tools/build_perl_modules -d $(perlmoduledir) -m . 4 $(top_srcdir)/tools/build_perl_modules -d $(perlmoduledir) -em .
5 5
6install-exec-local: 6install-exec-local:
7 $(top_srcdir)/tools/build_perl_modules -d $(perlmoduledir) -i . 7 $(top_srcdir)/tools/build_perl_modules -d $(perlmoduledir) -i .
diff --git a/perlmods/install_order b/perlmods/install_order
index d4056f9..7f07348 100644
--- a/perlmods/install_order
+++ b/perlmods/install_order
@@ -1,4 +1,5 @@
1# Modules installed in this order 1# Modules installed in this order
2default:
2Test-Simple 3Test-Simple
3Perl-OSType 4Perl-OSType
4parent 5parent