diff options
author | Vaxry <[email protected]> | 2023-12-06 16:43:41 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2023-12-06 23:31:03 +0000 |
commit | e13cc2e71b03e72f54b62e1ddee7963acbc356ea (patch) | |
tree | 1cc6e7bb3c56056cb36454c9e2499f70548887d2 | |
parent | d63c83ed93ed980cbd4c9496ca9742db976bac66 (diff) | |
download | Hyprland-e13cc2e71b03e72f54b62e1ddee7963acbc356ea.tar.gz Hyprland-e13cc2e71b03e72f54b62e1ddee7963acbc356ea.zip |
makefile: install hyprpm
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -38,8 +38,10 @@ install: mkdir -p ${PREFIX}/bin cp -f ./build/Hyprland ${PREFIX}/bin cp -f ./build/hyprctl/hyprctl ${PREFIX}/bin + cp -f ./build/hyprpm/hyprpm ${PREFIX}/bin chmod 755 ${PREFIX}/bin/Hyprland chmod 755 ${PREFIX}/bin/hyprctl + chmod 755 ${PREFIX}/bin/hyprpm 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 |