diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2015-07-18 22:38:20 +0000 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2015-07-18 22:38:20 +0000 |
commit | cbda592fd541a58f7793e2425cc9584616341aec (patch) | |
tree | a07ebcb0ed5be7a0d90567aa326f36c068c91352 /sci-physics | |
parent | Remove old. (diff) | |
download | gentoo-2-cbda592fd541a58f7793e2425cc9584616341aec.tar.gz gentoo-2-cbda592fd541a58f7793e2425cc9584616341aec.tar.bz2 gentoo-2-cbda592fd541a58f7793e2425cc9584616341aec.zip |
fix README.md installation
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 565953B95372756C)
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/ChangeLog | 5 | ||||
-rw-r--r-- | sci-physics/root/root-6.02.05-r2.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog index 72c7853a3e4e..6a22caa87fff 100644 --- a/sci-physics/root/ChangeLog +++ b/sci-physics/root/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/root # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.152 2015/07/18 13:54:17 bircoph Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.153 2015/07/18 22:38:20 bircoph Exp $ + + 18 Jul 2015; Andrew Savchenko <bircoph@gentoo.org> root-6.02.05-r2.ebuild: + Install README.md in the same directory as all other docs (ignores ). 18 Jul 2015; Andrew Savchenko <bircoph@gentoo.org> -root-5.34.28-r1.ebuild: Remove old. diff --git a/sci-physics/root/root-6.02.05-r2.ebuild b/sci-physics/root/root-6.02.05-r2.ebuild index e8cc8155ddae..50c1ca4ab41d 100644 --- a/sci-physics/root/root-6.02.05-r2.ebuild +++ b/sci-physics/root/root-6.02.05-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild,v 1.5 2015/07/16 21:22:10 bircoph Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-6.02.05-r2.ebuild,v 1.6 2015/07/18 22:38:20 bircoph Exp $ EAPI=5 @@ -438,7 +438,8 @@ cleanup_install() { src_install() { ROOTSYS="${S}" emake DESTDIR="${D}" install - dodoc README.md + insinto "${DOC_DIR}" + doins README.md echo "LDPATH=${EPREFIX%/}/usr/$(get_libdir)/root" > 99root use pythia8 && echo "PYTHIA8=${EPREFIX%/}/usr" >> 99root |