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:
Mike Gilbert
2016-01-21 10:54:04 -05:00
parent 186237b65e
commit 31b5ffc9df

View File

@@ -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
}