25 lines
968 B
Diff
25 lines
968 B
Diff
Index: hyprland-0.34.0/Makefile
|
|
===================================================================
|
|
--- hyprland-0.34.0.orig/Makefile
|
|
+++ hyprland-0.34.0/Makefile
|
|
@@ -52,8 +52,8 @@ install:
|
|
mkdir -p ${DESTDIR}${PREFIX}/share/man/man1
|
|
install -m644 ./docs/*.1 ${DESTDIR}${PREFIX}/share/man/man1
|
|
|
|
- mkdir -p ${DESTDIR}${PREFIX}/lib/
|
|
- cp ./subprojects/wlroots/build/libwlroots.so.13032 ${DESTDIR}${PREFIX}/lib/
|
|
+ mkdir -p ${DESTDIR}${PREFIX}/lib/hyprland
|
|
+ cp ./subprojects/wlroots/build/libwlroots.so.13032 ${DESTDIR}${PREFIX}/lib/hyprland/
|
|
|
|
$(MAKE) installheaders
|
|
|
|
@@ -62,7 +62,7 @@ uninstall:
|
|
rm -f ${DESTDIR}${PREFIX}/bin/Hyprland
|
|
rm -f ${DESTDIR}${PREFIX}/bin/hyprctl
|
|
rm -f ${DESTDIR}${PREFIX}/bin/hyprpm
|
|
- rm -f ${DESTDIR}${PREFIX}/lib/libwlroots.so.13032
|
|
+ rm -rf ${DESTDIR}${PREFIX}/lib/hyprland
|
|
rm -rf ${DESTDIR}${PREFIX}/share/hyprland
|
|
rm -f ${DESTDIR}${PREFIX}/share/man/man1/Hyprland.1
|
|
rm -f ${DESTDIR}${PREFIX}/share/man/man1/hyprctl.1
|