summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-06-26 02:49:19 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-06-26 02:49:19 +0000
commit8e1ac5e4e0edbc7c394b9326c7190e2c98a41400 (patch)
treea6b569051a959e79879eb9b9b54f0bffc2c67c69 /sys-block
parentwhitespace (diff)
downloadgentoo-2-8e1ac5e4e0edbc7c394b9326c7190e2c98a41400.tar.gz
gentoo-2-8e1ac5e4e0edbc7c394b9326c7190e2c98a41400.tar.bz2
gentoo-2-8e1ac5e4e0edbc7c394b9326c7190e2c98a41400.zip
whitespace
(Portage version: 2.1.2.7)
Diffstat (limited to 'sys-block')
-rw-r--r--sys-block/scsirastools/scsirastools-1.5.4.ebuild4
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/,' \