gui-apps/uwsm: fix shebangs in executables

Signed-off-by: Kenton Groombridge <concord@gentoo.org>
This commit is contained in:
Kenton Groombridge 2025-05-29 14:14:14 -04:00
parent ac8e66b61b
commit b6d4adec7b
No known key found for this signature in database
GPG Key ID: 16DEEFE55F45B79E

View File

@ -39,6 +39,7 @@ src_configure() {
src_install() {
meson_src_install
python_fix_shebang "${ED}/usr/bin"
python_optimize "${ED}/usr/share/${PN}"
}