diff options
author | 2008-07-05 15:39:35 +0000 | |
---|---|---|
committer | 2008-07-05 15:39:35 +0000 | |
commit | 7b6af923a826ae5a603b1c7d8743bda441e493f9 (patch) | |
tree | 2d3e59d54913204dd05359ea52bb078ccec397da /sys-power | |
parent | whitespace (diff) | |
download | gentoo-2-7b6af923a826ae5a603b1c7d8743bda441e493f9.tar.gz gentoo-2-7b6af923a826ae5a603b1c7d8743bda441e493f9.tar.bz2 gentoo-2-7b6af923a826ae5a603b1c7d8743bda441e493f9.zip |
whitespace
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/nut/nut-2.2.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-power/nut/nut-2.2.2.ebuild b/sys-power/nut/nut-2.2.2.ebuild index 6a23faaf0439..5c3f7d513fde 100644 --- a/sys-power/nut/nut-2.2.2.ebuild +++ b/sys-power/nut/nut-2.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/nut-2.2.2.ebuild,v 1.4 2008/07/05 03:22:14 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/nut-2.2.2.ebuild,v 1.5 2008/07/05 15:39:35 mr_bones_ Exp $ inherit eutils fixheadtails autotools @@ -153,7 +153,7 @@ src_install() { # Do not remove eval here, because the variables contain shell expansions. eval fperms 0644 ${NUT_PUBLIC_FILES} eval fowners root:root ${NUT_PUBLIC_FILES} - + # Do not remove eval here, because the variables contain shell expansions. if use cgi; then eval fperms 0644 ${NUT_CGI_FILES} @@ -191,7 +191,7 @@ pkg_postinst() { # Do not remove eval here, because the variables contain shell expansions. eval chown root:root "${ROOT}"${NUT_PUBLIC_FILES} 2>/dev/null eval chmod 0644 "${ROOT}"${NUT_PUBLIC_FILES} 2>/dev/null - + # Do not remove eval here, because the variables contain shell expansions. if use cgi; then eval chown root:root "${ROOT}"${NUT_CGI_FILES} 2>/dev/null |