diff options
author | Christoph Junghans <junghans@gentoo.org> | 2017-01-12 16:05:33 -0700 |
---|---|---|
committer | Christoph Junghans <junghans@gentoo.org> | 2017-01-12 16:05:59 -0700 |
commit | 0d601682798febc90360cc8c9ab9e24053b1815d (patch) | |
tree | 01d5430f1c64b69eee38a230bf347d5b2e247d0b /dev-cpp | |
parent | www-servers/apache: Added "h2c" directive to http2 config. (diff) | |
download | gentoo-0d601682798febc90360cc8c9ab9e24053b1815d.tar.gz gentoo-0d601682798febc90360cc8c9ab9e24053b1815d.tar.bz2 gentoo-0d601682798febc90360cc8c9ab9e24053b1815d.zip |
dev-cpp/random123: install missing header
Package-Manager: Portage-2.3.0, Repoman-2.3.1
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/random123/random123-1.09-r1.ebuild (renamed from dev-cpp/random123/random123-1.09.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/random123/random123-1.09.ebuild b/dev-cpp/random123/random123-1.09-r1.ebuild index 37ee825ad98c..26c96c47cc63 100644 --- a/dev-cpp/random123/random123-1.09.ebuild +++ b/dev-cpp/random123/random123-1.09-r1.ebuild @@ -20,6 +20,6 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" src_install() { - insinto /usr/include - doins -r include/Random123 + insinto /usr/include/Random123 + doins -r include/Random123/. examples/uniform.hpp } |