sys-fs/btrfs-progs: Work around racy Makefile
authorMike Gilbert <floppym@gentoo.org>
Thu, 21 Jan 2016 15:54:04 +0000 (10:54 -0500)
committerMike Gilbert <floppym@gentoo.org>
Thu, 21 Jan 2016 15:54:33 +0000 (10:54 -0500)
Bug: https://bugs.gentoo.org/572512

Package-Manager: portage-2.2.26_p103

sys-fs/btrfs-progs/btrfs-progs-4.3.1.ebuild

index d0c39655d4be36c6a55ecf29d7b9ad2570818917..1fdd3ae22f9d94c4844048168d582276fd735507 100644 (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
 }