diff options
author | Christoph Junghans <junghans@gentoo.org> | 2016-12-05 15:18:15 -0700 |
---|---|---|
committer | Christoph Junghans <junghans@gentoo.org> | 2016-12-05 15:18:40 -0700 |
commit | 0e6589bd8650d4b1329cacdbf0bad406bfc7ffd6 (patch) | |
tree | bcd7fe58c30355b6b26e74a8c0cc2e41fbdc9b3a | |
parent | dev-cpp/antlr-cpp: EAPI bump, migration away from autotools-multilib (diff) | |
download | gentoo-0e6589bd8650d4b1329cacdbf0bad406bfc7ffd6.tar.gz gentoo-0e6589bd8650d4b1329cacdbf0bad406bfc7ffd6.tar.bz2 gentoo-0e6589bd8650d4b1329cacdbf0bad406bfc7ffd6.zip |
dev-libs/boost-mpl-cartesian_product: install readme
Package-Manager: portage-2.3.0
-rw-r--r-- | dev-libs/boost-mpl-cartesian_product/boost-mpl-cartesian_product-20161205.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-libs/boost-mpl-cartesian_product/boost-mpl-cartesian_product-20161205.ebuild b/dev-libs/boost-mpl-cartesian_product/boost-mpl-cartesian_product-20161205.ebuild index 890a754ed2ba..23e69cae094a 100644 --- a/dev-libs/boost-mpl-cartesian_product/boost-mpl-cartesian_product-20161205.ebuild +++ b/dev-libs/boost-mpl-cartesian_product/boost-mpl-cartesian_product-20161205.ebuild @@ -37,6 +37,7 @@ src_test() { } src_install() { + dodoc readme.txt insinto /usr/include/boost/mpl doins boost/mpl/cartesian_product.hpp } |