summaryrefslogtreecommitdiffstats
path: root/perlmods
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-08-30 16:15:00 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-08-30 16:15:00 (GMT)
commitba7615631add0b610ada6a819d6c8f8c46a2d36d (patch)
tree9f6410f17ab1b49f64675c16b777c0e6bfb17967 /perlmods
parent57895483731a991a9022019474cab234ba4e9818 (diff)
parentaf85216c79e267b2f586064a1f7e3e01a4277d75 (diff)
downloadmonitoring-plugins-ba7615631add0b610ada6a819d6c8f8c46a2d36d.tar.gz
Merge branch 'hw/update-pm'
* hw/update-pm: Use own variable instead of ENV Updated with last working copy of build_perl_modules used by Opsview Conflicts: tools/build_perl_modules
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 7d84cef..c44c872 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
4Module-Implementation 5Module-Implementation