mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-util/vulkan-tools: Do not call default in cmake multilib
Fixes: https://bugs.gentoo.org/664714 Package-Manager: Portage-2.3.48, Repoman-2.3.10
This commit is contained in:
@@ -75,7 +75,7 @@ multilib_src_configure() {
|
||||
}
|
||||
|
||||
multilib_src_install() {
|
||||
default
|
||||
cmake-utils_src_install
|
||||
|
||||
if use cube; then
|
||||
mv "${ED%/}"/usr/bin/cube "${ED%/}"/usr/bin/vulkancube || die
|
||||
|
||||
@@ -75,7 +75,7 @@ multilib_src_configure() {
|
||||
}
|
||||
|
||||
multilib_src_install() {
|
||||
default
|
||||
cmake-utils_src_install
|
||||
|
||||
if use cube; then
|
||||
mv "${ED%/}"/usr/bin/cube "${ED%/}"/usr/bin/vulkancube || die
|
||||
|
||||
Reference in New Issue
Block a user