From 3aed6b887e68bd41be75dd7e8bf909b8ab00a17a Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Tue, 7 May 2024 20:09:40 +0300 Subject: [PATCH] Makefile: fix installheaders --- Makefile | 2 +- hyprland.pc.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 53ac0fdf..0cee8167 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ all: $(MAKE) release install: - cmake --install ./build + cmake --install ./build --prefix ${PREFIX} uninstall: xargs rm < ./build/install_manifest.txt diff --git a/hyprland.pc.in b/hyprland.pc.in index 45e9c604..2ea50ab3 100644 --- a/hyprland.pc.in +++ b/hyprland.pc.in @@ -1,5 +1,5 @@ prefix=@PREFIX@ -includedir=@INCLUDEDIR@ +includedir=${prefix}/include Name: Hyprland URL: https://github.com/hyprwm/Hyprland