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 | 172ec70fbfc920f7d96581b7c3886845218e7195 (patch) | |
tree | 12a8d5c97f8d7b029d9d242aadf23507d91329e7 /app-text/dos2unix | |
parent | Added a check to the ebuild to update the patch to use the latest available K... (diff) | |
download | historical-172ec70fbfc920f7d96581b7c3886845218e7195.tar.gz historical-172ec70fbfc920f7d96581b7c3886845218e7195.tar.bz2 historical-172ec70fbfc920f7d96581b7c3886845218e7195.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 |