diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 02:49:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 02:49:19 +0000 |
commit | 31c4d44e5ffe63fb762da377a5c8f8b7c2771526 (patch) | |
tree | 1ecf5af8d7c5e340a61cf40d05caa78797e9d895 /sys-block/scsirastools/scsirastools-1.5.4.ebuild | |
parent | whitespace (diff) | |
download | historical-31c4d44e5ffe63fb762da377a5c8f8b7c2771526.tar.gz historical-31c4d44e5ffe63fb762da377a5c8f8b7c2771526.tar.bz2 historical-31c4d44e5ffe63fb762da377a5c8f8b7c2771526.zip |
whitespace
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'sys-block/scsirastools/scsirastools-1.5.4.ebuild')
-rw-r--r-- | sys-block/scsirastools/scsirastools-1.5.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-block/scsirastools/scsirastools-1.5.4.ebuild b/sys-block/scsirastools/scsirastools-1.5.4.ebuild index c2b4729ed7fb..dafa2b971d0c 100644 --- a/sys-block/scsirastools/scsirastools-1.5.4.ebuild +++ b/sys-block/scsirastools/scsirastools-1.5.4.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/sys-block/scsirastools/scsirastools-1.5.4.ebuild,v 1.1 2007/05/24 07:29:46 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/scsirastools/scsirastools-1.5.4.ebuild,v 1.2 2007/06/26 02:49:19 mr_bones_ Exp $ inherit autotools @@ -28,7 +28,7 @@ src_unpack() { # i386 ELF binaries in tarball = bad rm -f ${S}/files/alarms* - # Fix up /sbin instances to be /usr/sbin instead + # Fix up /sbin instances to be /usr/sbin instead for i in src/sgraidmon.c src/sgdiskmon.c ; do sed -i ${S}/${i} \ -e '/evtcmd\[\].*\"\/sbin\//s,/sbin/,/usr/sbin/,' \ |