mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-01 12:41:55 -07:00
makefile: fixup permissions on installed binaries
This commit is contained in:
2
Makefile
2
Makefile
@@ -49,6 +49,8 @@ install:
|
|||||||
mkdir -p ${PREFIX}/bin
|
mkdir -p ${PREFIX}/bin
|
||||||
cp -f ./build/Hyprland ${PREFIX}/bin
|
cp -f ./build/Hyprland ${PREFIX}/bin
|
||||||
cp -f ./hyprctl/hyprctl ${PREFIX}/bin
|
cp -f ./hyprctl/hyprctl ${PREFIX}/bin
|
||||||
|
chmod 711 ${PREFIX}/bin/Hyprland
|
||||||
|
chmod 711 ${PREFIX}/bin/hyprctl
|
||||||
if [ ! -f ${PREFIX}/share/wayland-sessions/hyprland.desktop ]; then cp ./example/hyprland.desktop ${PREFIX}/share/wayland-sessions; fi
|
if [ ! -f ${PREFIX}/share/wayland-sessions/hyprland.desktop ]; then cp ./example/hyprland.desktop ${PREFIX}/share/wayland-sessions; fi
|
||||||
mkdir -p ${PREFIX}/share/hyprland
|
mkdir -p ${PREFIX}/share/hyprland
|
||||||
cp ./assets/wall_* ${PREFIX}/share/hyprland
|
cp ./assets/wall_* ${PREFIX}/share/hyprland
|
||||||
|
Reference in New Issue
Block a user