Makefile: fix installheaders

This commit is contained in:
Mihai Fufezan 2024-05-07 20:09:40 +03:00
parent 598bbd186b
commit 3aed6b887e
Signed by: fufexan
SSH Key Fingerprint: SHA256:SdnKmEpJrDu1+2UO1QpB/Eg4HKcdDi6n+xSRqFNJVpg
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ all:
$(MAKE) release $(MAKE) release
install: install:
cmake --install ./build cmake --install ./build --prefix ${PREFIX}
uninstall: uninstall:
xargs rm < ./build/install_manifest.txt xargs rm < ./build/install_manifest.txt

View File

@ -1,5 +1,5 @@
prefix=@PREFIX@ prefix=@PREFIX@
includedir=@INCLUDEDIR@ includedir=${prefix}/include
Name: Hyprland Name: Hyprland
URL: https://github.com/hyprwm/Hyprland URL: https://github.com/hyprwm/Hyprland