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/fixdos
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/fixdos')
-rw-r--r--app-misc/fixdos/fixdos-1.3.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/fixdos/fixdos-1.3.1.ebuild b/app-misc/fixdos/fixdos-1.3.1.ebuild
index a3c586631c1a..f068f7e60583 100644
--- a/app-misc/fixdos/fixdos-1.3.1.ebuild
+++ b/app-misc/fixdos/fixdos-1.3.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/fixdos/fixdos-1.3.1.ebuild,v 1.5 2003/02/13 08:56:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/fixdos/fixdos-1.3.1.ebuild,v 1.6 2004/02/29 17:19:59 aliz Exp $
S=${WORKDIR}/fixDos-${PV}
DESCRIPTION="Set of utilities such as crlf which converts files between UNIX and DOS newlines."
@@ -19,7 +19,7 @@ src_unpack() {
cd ${S}
# Apply this patch to the makefile so that it builds with our
# desired CFLAGS.
- patch < ${FILESDIR}/${P}-gentoo-makefile.diff || die
+ epatch ${FILESDIR}/${P}-gentoo-makefile.diff
}
src_compile() {