diff options
author | Vaxry <[email protected]> | 2023-12-07 10:41:09 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2023-12-07 10:41:09 +0000 |
commit | d36055054651442db19df046cbdd0697b805c541 (patch) | |
tree | d66ec48c6a47cd2b331fe133dc43d57e6d1ec376 /Makefile | |
parent | 62a8d0be5c1959ade8410f8f964e362288f22175 (diff) | |
download | Hyprland-d36055054651442db19df046cbdd0697b805c541.tar.gz Hyprland-d36055054651442db19df046cbdd0697b805c541.zip |
hyprpm: Add hyprpm, a Hyprland Plugin Manager (#4072)
Diffstat (limited to 'Makefile')
-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 |