aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index ff383ef7..1262e234 100644
--- a/Makefile
+++ b/Makefile
@@ -44,12 +44,7 @@ install:
cp -f ./hyprctl/hyprctl ${PREFIX}/bin
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_2K.png ${PREFIX}/share/hyprland
- cp ./assets/wall_4K.png ${PREFIX}/share/hyprland
- cp ./assets/wall_8K.png ${PREFIX}/share/hyprland
- cp ./assets/wall_anime_2K.png ${PREFIX}/share/hyprland
- cp ./assets/wall_anime_4K.png ${PREFIX}/share/hyprland
- cp ./assets/wall_anime_8K.png ${PREFIX}/share/hyprland
+ cp ./assets/wall_* ${PREFIX}/share/hyprland
mkdir -p ${PREFIX}/share/man/man1
install -m644 ./docs/*.1 ${PREFIX}/share/man/man1