diff options
author | 2008-06-25 16:03:48 +0000 | |
---|---|---|
committer | 2008-06-25 16:03:48 +0000 | |
commit | 014c1365f12970c7d2af2502278574422c62fedf (patch) | |
tree | e4f0c16401f6cd324efd410d4162a35b012e304f /sys-power | |
parent | whitespace (diff) | |
download | gentoo-2-014c1365f12970c7d2af2502278574422c62fedf.tar.gz gentoo-2-014c1365f12970c7d2af2502278574422c62fedf.tar.bz2 gentoo-2-014c1365f12970c7d2af2502278574422c62fedf.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 87455ed68d16..82fde6b56617 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.1 2008/06/25 02:29:03 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/nut-2.2.2.ebuild,v 1.2 2008/06/25 16:03:48 mr_bones_ Exp $ inherit eutils fixheadtails autotools @@ -60,7 +60,7 @@ src_unpack() { sed -e "s:GD_LIBS.*=.*-L/usr/X11R6/lib \(.*\) -lXpm -lX11:GD_LIBS=\"\1:" \ -i configure.in || die "sed failed" - + sed -e "s:52_nut-usbups.rules:70-nut-usbups.rules:" \ -i scripts/udev/Makefile.am || die "sed failed" @@ -128,7 +128,7 @@ src_install() { docinto cables dodoc docs/cables/* - + newinitd "${FILESDIR}"/nut-2.2.2-init.d-upsd upsd newinitd "${FILESDIR}"/nut-2.2.2-init.d-upsdrv upsdrv newinitd "${FILESDIR}"/nut-2.2.2-init.d-upsmon upsmon |