mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-21 22:25:58 +01:00
makefile: set correct permissions on xdph binary
This commit is contained in:
parent
bf6689a209
commit
ec6304f475
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -20,3 +20,4 @@ install:
|
|||
cp -f ./hyprland.portal ${SHARE}/xdg-desktop-portal/portals/
|
||||
sed "s|@libexecdir@|${LIBEXEC}|g" ./org.freedesktop.impl.portal.desktop.hyprland.service.in > ${SHARE}/dbus-1/services/org.freedesktop.impl.portal.desktop.hyprland
|
||||
sed "s|@libexecdir@|${LIBEXEC}|g" ./contrib/systemd/xdg-desktop-portal-hyprland.service.in > ${LIBEXEC}/systemd/user/xdg-desktop-portal-hyprland.service
|
||||
chmod 755 ${LIBEXEC}/xdg-desktop-portal-hyprland
|
||||
|
|
Loading…
Reference in a new issue