gui-apps/noctalia-shell: fix execute permissions on bash script

Signed-off-by: Luke Gompertz <luke.gompz@gmail.com>
This commit is contained in:
Luke Gompertz
2026-01-23 21:42:20 +00:00
parent 95c0739bb2
commit 55ba22872c

View File

@@ -24,11 +24,10 @@ RDEPEND="
"
src_install() {
# Install configuration files
insinto /etc/xdg/quickshell/noctalia-shell
doins -r .
fperms 0755 "/etc/xdg/quickshell/noctalia-shell/Scripts/bash/template-apply.sh"
# Install systemd unit
systemd_douserunit Assets/Services/systemd/noctalia.service
}