summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-09-23 20:21:03 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-09-23 20:21:03 +0000
commitad0745ad6b244717b003b18754ea026534af939f (patch)
treee1849ed917bb2e09053f5ef90fe33d471e4bcb32 /app-admin/ide-smart/ide-smart-1.4.ebuild
parentunmask (diff)
downloadgentoo-2-ad0745ad6b244717b003b18754ea026534af939f.tar.gz
gentoo-2-ad0745ad6b244717b003b18754ea026534af939f.tar.bz2
gentoo-2-ad0745ad6b244717b003b18754ea026534af939f.zip
epatch and sed updates
Diffstat (limited to 'app-admin/ide-smart/ide-smart-1.4.ebuild')
-rw-r--r--app-admin/ide-smart/ide-smart-1.4.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/app-admin/ide-smart/ide-smart-1.4.ebuild b/app-admin/ide-smart/ide-smart-1.4.ebuild
index f5e7104b5b12..129b7c79046a 100644
--- a/app-admin/ide-smart/ide-smart-1.4.ebuild
+++ b/app-admin/ide-smart/ide-smart-1.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/ide-smart/ide-smart-1.4.ebuild,v 1.15 2003/02/28 22:07:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/ide-smart/ide-smart-1.4.ebuild,v 1.16 2003/09/23 20:20:55 aliz Exp $
DESCRIPTION="A tool to read SMART information from harddiscs"
SRC_URI="http://lightside.eresmas.com/${P}.tar.gz"
@@ -14,11 +14,10 @@ DEPEND="virtual/glibc"
src_unpack() {
unpack ${A} ; cd ${S}
- mv Makefile Makefile.orig
rm ide-smart ide-smart.o
- sed -e "s:^CFLAGS.*:CFLAGS = ${CFLAGS}:" \
+ sed -i -e "s:^CFLAGS.*:CFLAGS = ${CFLAGS}:" \
-e "s:^#CC.*:CC = gcc:" \
- Makefile.orig > Makefile
+ Makefile
}
src_compile() {