diff options
author | Subhendu Ghosh <sghosh@users.sourceforge.net> | 2003-02-04 06:24:20 (GMT) |
---|---|---|
committer | Subhendu Ghosh <sghosh@users.sourceforge.net> | 2003-02-04 06:24:20 (GMT) |
commit | 24ff4b5308c28762100e32cfe0295d0fc9ddb508 (patch) | |
tree | 5dba4fec9832114d065d2b0d2a93613a968fc9ef /plugins-scripts | |
parent | 4c605d8cf2237669206a53395ff46df8121d0702 (diff) | |
download | monitoring-plugins-24ff4b5308c28762100e32cfe0295d0fc9ddb508.tar.gz |
install user:grp perms [patch 679703 -Detlef Boehm]
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@288 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins-scripts')
-rw-r--r-- | plugins-scripts/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins-scripts/Makefile.am b/plugins-scripts/Makefile.am index 5377bf4..411c1a0 100644 --- a/plugins-scripts/Makefile.am +++ b/plugins-scripts/Makefile.am | |||
@@ -21,6 +21,8 @@ test: | |||
21 | 21 | ||
22 | CLEANFILES=$(libexec_SCRIPTS) | 22 | CLEANFILES=$(libexec_SCRIPTS) |
23 | 23 | ||
24 | AM_INSTALL_PROGRAM_FLAGS=@INSTALL_OPTS@ | ||
25 | |||
24 | .pl : | 26 | .pl : |
25 | $(AWK) -f ./subst $< > $@ | 27 | $(AWK) -f ./subst $< > $@ |
26 | chmod +x $@ | 28 | chmod +x $@ |