diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-08-21 22:43:53 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-08-21 22:43:53 +0000 |
commit | 9953d62263130848ef0e16e6bb300d2cdd1954eb (patch) | |
tree | a8387088ae79fea73881a32bff640c504cd2387e /app-arch/par2cmdline/par2cmdline-0.4-r1.ebuild | |
parent | Modified to pass CFLAGS in a saner way. Added metadata.xml. (diff) | |
download | historical-9953d62263130848ef0e16e6bb300d2cdd1954eb.tar.gz historical-9953d62263130848ef0e16e6bb300d2cdd1954eb.tar.bz2 historical-9953d62263130848ef0e16e6bb300d2cdd1954eb.zip |
No need to chmod the docs, dodoc takes care of it.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-arch/par2cmdline/par2cmdline-0.4-r1.ebuild')
-rw-r--r-- | app-arch/par2cmdline/par2cmdline-0.4-r1.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app-arch/par2cmdline/par2cmdline-0.4-r1.ebuild b/app-arch/par2cmdline/par2cmdline-0.4-r1.ebuild index e3472e7eb0a2..3b06985bb099 100644 --- a/app-arch/par2cmdline/par2cmdline-0.4-r1.ebuild +++ b/app-arch/par2cmdline/par2cmdline-0.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/par2cmdline/par2cmdline-0.4-r1.ebuild,v 1.1 2005/08/13 22:25:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/par2cmdline/par2cmdline-0.4-r1.ebuild,v 1.2 2005/08/21 22:43:53 swegener Exp $ inherit eutils @@ -18,13 +18,12 @@ DEPEND="" src_unpack() { unpack ${A} cd "${S}" + epatch "${FILESDIR}"/${P}-wildcard-fix.patch epatch "${FILESDIR}"/${P}-gcc4.patch } src_install() { - make install DESTDIR="${D}" || die - local DOCLIST="AUTHORS INSTALL ChangeLog NEWS PORTING README ROADMAP" - chmod -x ${DOCLIST} - dodoc ${DOCLIST} + make install DESTDIR="${D}" || die "make install failed" + dodoc AUTHORS ChangeLog README } |