summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-09-26 21:07:41 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-09-26 21:07:41 +0000
commitc71546b5be78a857779284e748d4c43cd302cab1 (patch)
tree2b57bcacf04f33a064e1c2816843020ba0efeca0 /app-arch/mt-st/mt-st-0.7-r1.ebuild
parentfix deps (diff)
downloadgentoo-2-c71546b5be78a857779284e748d4c43cd302cab1.tar.gz
gentoo-2-c71546b5be78a857779284e748d4c43cd302cab1.tar.bz2
gentoo-2-c71546b5be78a857779284e748d4c43cd302cab1.zip
epatch and sed updates, changelog fixes
Diffstat (limited to 'app-arch/mt-st/mt-st-0.7-r1.ebuild')
-rw-r--r--app-arch/mt-st/mt-st-0.7-r1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-arch/mt-st/mt-st-0.7-r1.ebuild b/app-arch/mt-st/mt-st-0.7-r1.ebuild
index 414d44e46428..a5c70049ea85 100644
--- a/app-arch/mt-st/mt-st-0.7-r1.ebuild
+++ b/app-arch/mt-st/mt-st-0.7-r1.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-arch/mt-st/mt-st-0.7-r1.ebuild,v 1.2 2003/07/18 19:14:23 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/mt-st/mt-st-0.7-r1.ebuild,v 1.3 2003/09/26 21:07:35 aliz Exp $
DESCRIPTION="Enhanced mt command for Linux, supporting Linux 2.4 ioctls"
HOMEPAGE="http://www.gnu.org/software/tar/"
@@ -15,8 +15,7 @@ DEPEND="virtual/glibc"
src_unpack() {
unpack ${A} || die
cd ${S} || die
- cp Makefile Makefile.orig
- sed -e "s:-O2:${CFLAGS}:g" Makefile.orig > Makefile
+ sed -i -e "s:-O2:${CFLAGS}:g" Makefile
}
src_compile() {