diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-10-28 08:54:09 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-10-28 08:54:09 +0000 |
commit | a196792466e882cd054caaa0b601255297c70d2a (patch) | |
tree | 0f78c61ef447b8ab0da457227f8b706bfa11ea6a /sci-mathematics/glpk | |
parent | Version bump (diff) | |
download | gentoo-2-a196792466e882cd054caaa0b601255297c70d2a.tar.gz gentoo-2-a196792466e882cd054caaa0b601255297c70d2a.tar.bz2 gentoo-2-a196792466e882cd054caaa0b601255297c70d2a.zip |
Fixed doc install, bug #244710, thanks octoploid
(Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Diffstat (limited to 'sci-mathematics/glpk')
-rw-r--r-- | sci-mathematics/glpk/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/glpk/glpk-4.32.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/glpk/ChangeLog b/sci-mathematics/glpk/ChangeLog index 15ae7295f6ab..9c449c41d874 100644 --- a/sci-mathematics/glpk/ChangeLog +++ b/sci-mathematics/glpk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/glpk # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.26 2008/10/27 15:36:25 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.27 2008/10/28 08:54:09 bicatali Exp $ + + 28 Oct 2008; Sébastien Fabbro <bicatali@gentoo.org> glpk-4.32.ebuild: + Fixed doc install, bug #244710, thanks octoploid *glpk-4.32 (27 Oct 2008) diff --git a/sci-mathematics/glpk/glpk-4.32.ebuild b/sci-mathematics/glpk/glpk-4.32.ebuild index a801fc91456e..596ff4ace1fe 100644 --- a/sci-mathematics/glpk/glpk-4.32.ebuild +++ b/sci-mathematics/glpk/glpk-4.32.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/sci-mathematics/glpk/glpk-4.32.ebuild,v 1.1 2008/10/27 15:36:25 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.32.ebuild,v 1.2 2008/10/28 08:54:09 bicatali Exp $ inherit flag-o-matic @@ -52,7 +52,7 @@ src_install() { fi if use doc; then cd "${S}"/doc - doins memo/gomory.djvu || die "failed to instal memo" + doins notes/gomory.djvu || die "failed to instal memo" dodoc *.ps *.txt || die "failed to install manual files" fi } |