diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2024-01-01 14:19:14 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2024-01-01 14:20:59 -0600 |
commit | 3764bd0aa864e653593f1c95e6b27c15e7dfe3b7 (patch) | |
tree | f5cfffe896326bc4a833bf492e4a6906cd5b3e71 /gui-wm | |
parent | package.mask: Mask PyPy3.10 7.3.14 because of ABI issues (diff) | |
download | gentoo-3764bd0aa864e653593f1c95e6b27c15e7dfe3b7.tar.gz gentoo-3764bd0aa864e653593f1c95e6b27c15e7dfe3b7.tar.bz2 gentoo-3764bd0aa864e653593f1c95e6b27c15e7dfe3b7.zip |
gui-wm/sway: fix install locatation for the portals file
Closes: https://bugs.gentoo.org/915703
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/sway/sway-1.8.1-r2.ebuild (renamed from gui-wm/sway/sway-1.8.1-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui-wm/sway/sway-1.8.1-r1.ebuild b/gui-wm/sway/sway-1.8.1-r2.ebuild index 5a6cfa95a1ec..9fbae12bce5d 100644 --- a/gui-wm/sway/sway-1.8.1-r1.ebuild +++ b/gui-wm/sway/sway-1.8.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -102,7 +102,7 @@ src_install() { dobin contrib/grimshot fi - insinto /usr/share/xdg-desktop-portal/portals + insinto /usr/share/xdg-desktop-portal doins "${FILESDIR}/sway-portals.conf" } |