diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-10-25 18:43:33 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-10-25 18:43:33 +0000 |
commit | 57390c15c0aebeb7e529b85fe7758251facc55cd (patch) | |
tree | 79968b452490cb555222e87b7f49cff0cb063afe /sys-boot | |
parent | Add ~ia64 wrt #240520 (diff) | |
download | gentoo-2-57390c15c0aebeb7e529b85fe7758251facc55cd.tar.gz gentoo-2-57390c15c0aebeb7e529b85fe7758251facc55cd.tar.bz2 gentoo-2-57390c15c0aebeb7e529b85fe7758251facc55cd.zip |
Bug #244300 - Call `emake install` with MANDIR=/usr/share/man.
(Portage version: 2.2_rc12_p11725/cvs/Linux 2.6.27-1022-x86-64 i686)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/syslinux/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/syslinux/syslinux-3.71.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-boot/syslinux/ChangeLog b/sys-boot/syslinux/ChangeLog index 897f76bfabff..fece1bdf3126 100644 --- a/sys-boot/syslinux/ChangeLog +++ b/sys-boot/syslinux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/syslinux # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.37 2008/09/03 18:10:49 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.38 2008/10/25 18:43:33 zmedico Exp $ + + 25 Oct 2008; Zac Medico <zmedico@gentoo.org> syslinux-3.71.ebuild: + Bug #244300 - Call `emake install` with MANDIR=/usr/share/man. *syslinux-3.71 (03 Sep 2008) diff --git a/sys-boot/syslinux/syslinux-3.71.ebuild b/sys-boot/syslinux/syslinux-3.71.ebuild index 87fdc4573b2e..4cc24b7021e5 100644 --- a/sys-boot/syslinux/syslinux-3.71.ebuild +++ b/sys-boot/syslinux/syslinux-3.71.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.71.ebuild,v 1.1 2008/09/03 18:10:49 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.71.ebuild,v 1.2 2008/10/25 18:43:33 zmedico Exp $ inherit eutils @@ -39,6 +39,6 @@ src_compile() { } src_install() { - emake INSTALLROOT="${D}" install || die + emake INSTALLROOT="${D}" MANDIR=/usr/share/man install || die dodoc README NEWS TODO doc/* } |