mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-fs/btrfs-progs: Work around racy Makefile
Bug: https://bugs.gentoo.org/572512 Package-Manager: portage-2.2.26_p103
This commit is contained in:
@@ -89,6 +89,9 @@ src_install() {
|
||||
$(usex static-libs '' 'libs_static=')
|
||||
$(usex static install-static '')
|
||||
)
|
||||
|
||||
# Bug 572512
|
||||
dodir /sbin
|
||||
emake V=1 DESTDIR="${D}" install "${makeargs[@]}"
|
||||
newbashcomp btrfs-completion btrfs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user