diff options
author | 2021-05-10 01:04:17 +0200 | |
---|---|---|
committer | 2021-05-10 07:20:28 +0000 | |
commit | b5ebeeb69a5c763051932a77365f64149a328f31 (patch) | |
tree | 3d7c0b87d37d5db25c97a38892bc649271e08d9c /dev-util/boost-build | |
parent | sys-devel/m4: Bump to version 1.4.19_beta1 (diff) | |
download | gentoo-b5ebeeb69a5c763051932a77365f64149a328f31.tar.gz gentoo-b5ebeeb69a5c763051932a77365f64149a328f31.tar.bz2 gentoo-b5ebeeb69a5c763051932a77365f64149a328f31.zip |
dev-util/boost-build: Use canonical BOOST_BUILD_PATH
Bug: https://bugs.gentoo.org/775041
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <soap@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/boost-build')
-rw-r--r-- | dev-util/boost-build/boost-build-1.76.0-r1.ebuild (renamed from dev-util/boost-build/boost-build-1.76.0.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/boost-build/boost-build-1.76.0.ebuild b/dev-util/boost-build/boost-build-1.76.0-r1.ebuild index 1ce39bc6c9c1..2a800a247142 100644 --- a/dev-util/boost-build/boost-build-1.76.0.ebuild +++ b/dev-util/boost-build/boost-build-1.76.0-r1.ebuild @@ -56,12 +56,12 @@ src_test() { src_install() { dobin engine/{bjam,b2} - insinto /usr/share/boost-build + insinto /usr/share/boost-build/src doins -r "${FILESDIR}/site-config.jam" \ ../boost-build.jam bootstrap.jam build-system.jam ../example/user-config.jam *.py \ build kernel options tools util - find "${ED}"/usr/share/boost-build -iname '*.py' -delete || die + find "${ED}"/usr/share/boost-build/src -iname '*.py' -delete || die dodoc ../notes/{changes,release_procedure,build_dir_option,relative_source_paths}.txt |