diff options
author | Sam James <sam@gentoo.org> | 2023-12-20 10:00:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-20 10:03:28 +0000 |
commit | 843c3f23884f3d8df9fec3deccc391836f2297ed (patch) | |
tree | 70490fa69bdc9dc8a28f8d3f6a606ab7e426bcc5 /gui-libs | |
parent | app-emulation/qemu: add 8.2.0 (diff) | |
download | gentoo-843c3f23884f3d8df9fec3deccc391836f2297ed.tar.gz gentoo-843c3f23884f3d8df9fec3deccc391836f2297ed.tar.bz2 gentoo-843c3f23884f3d8df9fec3deccc391836f2297ed.zip |
gui-libs/xdg-desktop-portal-wlr: fix src_install for live
Bug: https://bugs.gentoo.org/915702
Fixes: 0d54becbae04dcc8410b9c4b041cb3467d1bd6bd
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild index d36917abedf1..7720a78b05d2 100644 --- a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild +++ b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild @@ -57,7 +57,8 @@ src_configure() { } src_install() { - default + meson_src_install + insinto /usr/share/xdg-desktop-portal/portals doins "${WORKDIR}/${P}/contrib/wlroots-portals.conf" } |