summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-02-29 17:20:00 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-02-29 17:20:00 +0000
commitc9541079bd9d85d18ff1dcf8cbb39275ae6a6e6b (patch)
tree33ee5fd001db6c7ab10da432ac758c72c2052998 /app-misc/lxsplit
parentChangeLog fixes (Manifest recommit) (diff)
downloadgentoo-2-c9541079bd9d85d18ff1dcf8cbb39275ae6a6e6b.tar.gz
gentoo-2-c9541079bd9d85d18ff1dcf8cbb39275ae6a6e6b.tar.bz2
gentoo-2-c9541079bd9d85d18ff1dcf8cbb39275ae6a6e6b.zip
mirror:// updates, ChangeLog fixes and other fixes.
Diffstat (limited to 'app-misc/lxsplit')
-rw-r--r--app-misc/lxsplit/lxsplit-0.1.1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-misc/lxsplit/lxsplit-0.1.1.ebuild b/app-misc/lxsplit/lxsplit-0.1.1.ebuild
index 3d3cf0427fa5..e3f9b18f8b5f 100644
--- a/app-misc/lxsplit/lxsplit-0.1.1.ebuild
+++ b/app-misc/lxsplit/lxsplit-0.1.1.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-misc/lxsplit/lxsplit-0.1.1.ebuild,v 1.5 2003/09/05 12:10:36 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/lxsplit/lxsplit-0.1.1.ebuild,v 1.6 2004/02/29 17:19:59 aliz Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Command-line file splitter/joiner for Linux."
@@ -12,8 +12,7 @@ LICENSE="GPL-2"
SLOT="0"
src_compile() {
- sed "s/^\(CFLAGS[[:space:]]=[[:space:]]\)\(.*\)$/\1${CFLAGS}/" Makefile > Makefile.new
- mv --force Makefile.new Makefile
+ sed -i "s/^\(CFLAGS[[:space:]]=[[:space:]]\)\(.*\)$/\1${CFLAGS}/" Makefile
emake || die
}