dev-cpp/random123: install missing header
authorChristoph Junghans <junghans@gentoo.org>
Thu, 12 Jan 2017 23:05:33 +0000 (16:05 -0700)
committerChristoph Junghans <junghans@gentoo.org>
Thu, 12 Jan 2017 23:05:59 +0000 (16:05 -0700)
Package-Manager: Portage-2.3.0, Repoman-2.3.1

dev-cpp/random123/random123-1.09-r1.ebuild [moved from dev-cpp/random123/random123-1.09.ebuild with 85% similarity]

similarity index 85%
rename from dev-cpp/random123/random123-1.09.ebuild
rename to dev-cpp/random123/random123-1.09-r1.ebuild
index 37ee825ad98c7a93ac7de03a3801ccf3d51687e8..26c96c47cc63f429f40d32e575b7654647abcd31 100644 (file)
@@ -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
 }