diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-08-30 16:15:00 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-08-30 16:15:00 (GMT) |
commit | ba7615631add0b610ada6a819d6c8f8c46a2d36d (patch) | |
tree | 9f6410f17ab1b49f64675c16b777c0e6bfb17967 /perlmods | |
parent | 57895483731a991a9022019474cab234ba4e9818 (diff) | |
parent | af85216c79e267b2f586064a1f7e3e01a4277d75 (diff) | |
download | monitoring-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.am | 2 | ||||
-rw-r--r-- | perlmods/install_order | 1 |
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 @@ | |||
1 | perlmoduledir = $(exec_prefix)/perl | 1 | perlmoduledir = $(exec_prefix)/perl |
2 | 2 | ||
3 | all-local: | 3 | all-local: |
4 | $(top_srcdir)/tools/build_perl_modules -d $(perlmoduledir) -m . | 4 | $(top_srcdir)/tools/build_perl_modules -d $(perlmoduledir) -em . |
5 | 5 | ||
6 | install-exec-local: | 6 | install-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 |
2 | default: | ||
2 | Test-Simple | 3 | Test-Simple |
3 | Perl-OSType | 4 | Perl-OSType |
4 | Module-Implementation | 5 | Module-Implementation |