diff options
author | Ben Kohler <bkohler@gentoo.org> | 2021-03-30 09:21:21 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2021-03-30 09:21:21 -0500 |
commit | 393319f500525878b9df89ea9795605f5fe3f8ec (patch) | |
tree | cd0d5ace9fb7306a6b2b0f0e297063325ddece49 /x11-wm/blackbox | |
parent | x11-misc/bbrun: fix LLD build (diff) | |
download | gentoo-393319f500525878b9df89ea9795605f5fe3f8ec.tar.gz gentoo-393319f500525878b9df89ea9795605f5fe3f8ec.tar.bz2 gentoo-393319f500525878b9df89ea9795605f5fe3f8ec.zip |
x11-wm/blackbox: fix sandbox violation
This fix should have already been queued up for last commit but it got
lost somehow.
Closes: https://bugs.gentoo.org/779379
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'x11-wm/blackbox')
-rw-r--r-- | x11-wm/blackbox/blackbox-0.76-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/blackbox/blackbox-0.76-r1.ebuild b/x11-wm/blackbox/blackbox-0.76-r1.ebuild index 50375072373b..f758db45f9e9 100644 --- a/x11-wm/blackbox/blackbox-0.76-r1.ebuild +++ b/x11-wm/blackbox/blackbox-0.76-r1.ebuild @@ -51,5 +51,5 @@ src_install() { dodoc AUTHORS ChangeLog* COMPLIANCE README* TODO find "${D}" -name '*.la' -delete || die - use static-libs || rm /usr/$(get_libdir)/libbt.a || die + use static-libs || rm "${D}"/usr/$(get_libdir)/libbt.a || die } |