aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2014-10-09 13:32:07 +0400
committerAlexey Shvetsov <alexxy@gentoo.org>2014-10-09 13:32:07 +0400
commiteb14cedcd76a03df5a1732d81225c2951ac04a83 (patch)
treee6f2d0180388bf46378fd486039b707a1bf8faba /sci-chemistry/gromacs
parentvirtual/lapack-3.5-r2 made depend on sci-libs/lapack-reference[int64] if USE=... (diff)
downloadsci-eb14cedcd76a03df5a1732d81225c2951ac04a83.tar.gz
sci-eb14cedcd76a03df5a1732d81225c2951ac04a83.tar.bz2
sci-eb14cedcd76a03df5a1732d81225c2951ac04a83.zip
Fix doc install
Package-Manager: portage-2.2.14_rc1
Diffstat (limited to 'sci-chemistry/gromacs')
-rw-r--r--sci-chemistry/gromacs/ChangeLog3
-rw-r--r--sci-chemistry/gromacs/gromacs-9999.ebuild2
2 files changed, 4 insertions, 1 deletions
diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog
index baff1c7ce..303fbd888 100644
--- a/sci-chemistry/gromacs/ChangeLog
+++ b/sci-chemistry/gromacs/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 09 Oct 2014; Alexey Shvetsov <alexxy@gentoo.org> gromacs-9999.ebuild:
+ Fix doc install
+
07 Sep 2014; Christoph Junghans <ottxor@gentoo.org> gromacs-5.0.9999.ebuild:
fix completion install
diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild
index 9f8638324..cfaf1a771 100644
--- a/sci-chemistry/gromacs/gromacs-9999.ebuild
+++ b/sci-chemistry/gromacs/gromacs-9999.ebuild
@@ -236,7 +236,7 @@ src_install() {
BUILD_DIR="${WORKDIR}/${P}_${x}" \
cmake-utils_src_install
if use doc; then
- newdoc "${WORKDIR}/${P}_${x}"/manual/gromacs.pdf "${PN}-manual-${PV}.pdf"
+ newdoc "${WORKDIR}/${P}_${x}"/docs/manual/gromacs.pdf "${PN}-manual-${PV}.pdf"
fi
newbashcomp "${WORKDIR}/${P}_${x}"/src/programs/completion/gmx-completion.bash gromacs
use mpi || continue