diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-20 14:09:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-20 14:09:52 +0000 |
commit | cf6c787c1016c2fe3a5cec79d3dc1739e2e24020 (patch) | |
tree | 2865cedec2df00050ee7f8cea0fe1904416258bc /app-arch/cpio | |
parent | fix postinst output #78081 (diff) | |
download | gentoo-2-cf6c787c1016c2fe3a5cec79d3dc1739e2e24020.tar.gz gentoo-2-cf6c787c1016c2fe3a5cec79d3dc1739e2e24020.tar.bz2 gentoo-2-cf6c787c1016c2fe3a5cec79d3dc1739e2e24020.zip |
punt doman cruft
(Portage version: 2.0.51-r14)
Diffstat (limited to 'app-arch/cpio')
-rw-r--r-- | app-arch/cpio/cpio-2.6.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-arch/cpio/cpio-2.6.ebuild b/app-arch/cpio/cpio-2.6.ebuild index c9bff5d02698..a36a674cad40 100644 --- a/app-arch/cpio/cpio-2.6.ebuild +++ b/app-arch/cpio/cpio-2.6.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/cpio/cpio-2.6.ebuild,v 1.2 2005/01/20 03:48:05 gongloo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/cpio-2.6.ebuild,v 1.3 2005/01/20 14:09:52 vapier Exp $ inherit eutils @@ -34,7 +34,6 @@ src_compile() { src_install() { make install DESTDIR="${D}" || die dodoc ChangeLog NEWS README INSTALL - doman ${D}/usr/share/man/man1/cpio.1 rm -f "${D}"/usr/share/man/man1/mt.1 rmdir "${D}"/usr/libexec } |