aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorVaxry <[email protected]>2023-12-06 16:43:41 +0000
committerVaxry <[email protected]>2023-12-06 23:31:03 +0000
commite13cc2e71b03e72f54b62e1ddee7963acbc356ea (patch)
tree1cc6e7bb3c56056cb36454c9e2499f70548887d2
parentd63c83ed93ed980cbd4c9496ca9742db976bac66 (diff)
downloadHyprland-e13cc2e71b03e72f54b62e1ddee7963acbc356ea.tar.gz
Hyprland-e13cc2e71b03e72f54b62e1ddee7963acbc356ea.zip
makefile: install hyprpm
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6213102e..f03931fe 100644
--- a/Makefile
+++ b/Makefile
@@ -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