diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-03-26 21:47:07 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-03-26 21:47:07 +0000 |
commit | 1e380888d0ca490322aa03c20827a3a4dd736967 (patch) | |
tree | 989e0776dc6756a516f95ff5a42aaac307206825 /sys-boot/syslinux | |
parent | Respect the $CC value that autoconf setup. (diff) | |
download | gentoo-2-1e380888d0ca490322aa03c20827a3a4dd736967.tar.gz gentoo-2-1e380888d0ca490322aa03c20827a3a4dd736967.tar.bz2 gentoo-2-1e380888d0ca490322aa03c20827a3a4dd736967.zip |
Don't call dodoc on a directory, bug #409793.
(Portage version: 2.2.0_alpha94/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot/syslinux')
-rw-r--r-- | sys-boot/syslinux/ChangeLog | 6 | ||||
-rw-r--r-- | sys-boot/syslinux/syslinux-4.05.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-boot/syslinux/ChangeLog b/sys-boot/syslinux/ChangeLog index 7b0be9cca4ac..e74e649e33b0 100644 --- a/sys-boot/syslinux/ChangeLog +++ b/sys-boot/syslinux/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/syslinux # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.83 2012/02/17 09:58:28 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.84 2012/03/26 21:47:07 chithanh Exp $ + + 26 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + syslinux-4.05.ebuild: + Don't call dodoc on a directory, bug #409793. 17 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> syslinux-4.05.ebuild: x86 stable wrt bug #402115 diff --git a/sys-boot/syslinux/syslinux-4.05.ebuild b/sys-boot/syslinux/syslinux-4.05.ebuild index e28ae0413722..a7a5192bd714 100644 --- a/sys-boot/syslinux/syslinux-4.05.ebuild +++ b/sys-boot/syslinux/syslinux-4.05.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-4.05.ebuild,v 1.3 2012/02/17 09:58:28 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-4.05.ebuild,v 1.4 2012/03/26 21:47:07 chithanh Exp $ inherit eutils toolchain-funcs @@ -59,5 +59,5 @@ src_compile() { src_install() { emake INSTALLSUBDIRS=utils INSTALLROOT="${D}" MANDIR=/usr/share/man install || die - dodoc README NEWS doc/* || die + dodoc README NEWS doc/*.txt || die } |