diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-07 21:49:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-07 21:49:19 +0000 |
commit | aa674790c0eebb49fb436db778158f9d442f4b81 (patch) | |
tree | e634afb14f9e503820d1550a978330190427fae4 /app-text/dos2unix | |
parent | add inherit eutils (diff) | |
download | gentoo-2-aa674790c0eebb49fb436db778158f9d442f4b81.tar.gz gentoo-2-aa674790c0eebb49fb436db778158f9d442f4b81.tar.bz2 gentoo-2-aa674790c0eebb49fb436db778158f9d442f4b81.zip |
add inherit eutils
Diffstat (limited to 'app-text/dos2unix')
-rw-r--r-- | app-text/dos2unix/dos2unix-3.1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-text/dos2unix/dos2unix-3.1.ebuild b/app-text/dos2unix/dos2unix-3.1.ebuild index b6159db0930b..ba3011d4909d 100644 --- a/app-text/dos2unix/dos2unix-3.1.ebuild +++ b/app-text/dos2unix/dos2unix-3.1.ebuild @@ -1,6 +1,8 @@ # 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.8 2004/02/29 18:10:25 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-3.1.ebuild,v 1.9 2004/04/07 21:45:06 vapier Exp $ + +inherit eutils DESCRIPTION="Dos2unix converts DOS or MAC text files to UNIX format" HOMEPAGE="" @@ -26,7 +28,7 @@ src_compile() { } src_install() { - dobin dos2unix + dobin dos2unix || die dosym dos2unix /usr/bin/mac2unix doman dos2unix.1 |