diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-02-29 18:10:26 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-02-29 18:10:26 +0000 |
commit | b6ad7e7a291ed22eb11859cb97068a8d0d3fba88 (patch) | |
tree | efbd89f0199375727e14a8e3020360534a87d6df /app-text/dos2unix | |
parent | Unmask on amd64 to satisfy app-text/gocr (Manifest recommit) (diff) | |
download | gentoo-2-b6ad7e7a291ed22eb11859cb97068a8d0d3fba88.tar.gz gentoo-2-b6ad7e7a291ed22eb11859cb97068a8d0d3fba88.tar.bz2 gentoo-2-b6ad7e7a291ed22eb11859cb97068a8d0d3fba88.zip |
mirror:// updates, ChangeLog fixes and other fixes.
Diffstat (limited to 'app-text/dos2unix')
-rw-r--r-- | app-text/dos2unix/dos2unix-3.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/dos2unix/dos2unix-3.1.ebuild b/app-text/dos2unix/dos2unix-3.1.ebuild index e4259f7a5a14..b6159db0930b 100644 --- a/app-text/dos2unix/dos2unix-3.1.ebuild +++ b/app-text/dos2unix/dos2unix-3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-3.1.ebuild,v 1.7 2004/01/20 06:56:20 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-3.1.ebuild,v 1.8 2004/02/29 18:10:25 aliz Exp $ DESCRIPTION="Dos2unix converts DOS or MAC text files to UNIX format" HOMEPAGE="" @@ -16,8 +16,8 @@ RDEPEND="!app-text/hd2u" src_unpack() { unpack ${A} cd ${S} - patch -p1 < ${FILESDIR}/${P}.patch || die - patch -p1 < ${FILESDIR}/${P}-segfault.patch || die + epatch ${FILESDIR}/${P}.patch + epatch ${FILESDIR}/${P}-segfault.patch } src_compile() { |