aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2023-12-29 10:37:58 +0100
committervaxerski <[email protected]>2023-12-29 10:37:58 +0100
commit78f9ba9fdd7e258747b862ca2ae7d4cf5335f4ed (patch)
tree44f5cb35d2e477d66360dc18686f19e032419cfc /Makefile
parent9242b033175cfa59796cbf3039dcc41ef4241c11 (diff)
downloadHyprland-78f9ba9fdd7e258747b862ca2ae7d4cf5335f4ed.tar.gz
Hyprland-78f9ba9fdd7e258747b862ca2ae7d4cf5335f4ed.zip
makefile: add symbolic link for lowercase binary name
ref #4272
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9e9d7afc..a0b00259 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,7 @@ install:
chmod 755 ${PREFIX}/bin/Hyprland
chmod 755 ${PREFIX}/bin/hyprctl
chmod 755 ${PREFIX}/bin/hyprpm
+ ln -s -r ${PREFIX}/bin/Hyprland ${PREFIX}/bin/hyprland
if [ ! -f ${PREFIX}/share/wayland-sessions/hyprland.desktop ]; then cp ./example/hyprland.desktop ${PREFIX}/share/wayland-sessions; fi
mkdir -p ${PREFIX}/share/hyprland
cp ./assets/wall_* ${PREFIX}/share/hyprland