From: Subhendu Ghosh Date: Tue, 4 Feb 2003 06:24:20 +0000 (+0000) Subject: install user:grp perms [patch 679703 -Detlef Boehm] X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=24ff4b5308c28762100e32cfe0295d0fc9ddb508;p=nagiosplug.git 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 --- 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: CLEANFILES=$(libexec_SCRIPTS) +AM_INSTALL_PROGRAM_FLAGS=@INSTALL_OPTS@ + .pl : $(AWK) -f ./subst $< > $@ chmod +x $@