diff options
Diffstat (limited to 'net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.5.5.ebuild')
-rw-r--r-- | net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.5.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.5.5.ebuild b/net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.5.5.ebuild index c78d5d7f6213..0993291f04a7 100644 --- a/net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.5.5.ebuild +++ b/net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.5.5.ebuild,v 1.2 2007/06/10 08:57:27 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.5.5.ebuild,v 1.3 2007/06/30 16:37:45 dertobi123 Exp $ inherit eutils @@ -34,7 +34,7 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die "make install failed" - chown -R nagios:nagios ${D}/usr/nagios/libexec || die "Failed Chown of ${D}usr/nagios/libexec" + chown -R root:nagios ${D}/usr/nagios/libexec || die "Failed Chown of ${D}usr/nagios/libexec" chmod -R o-rwx ${D}/usr/nagios/libexec || "Failed Chmod of ${D}usr/nagios/libexec" dodoc README NEWS AUTHORS |