summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/syslinux/ChangeLog6
-rw-r--r--sys-boot/syslinux/syslinux-4.05.ebuild4
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
}