From 61cb0872b2e0e50c6b5b72195910f13ae973ad7c Mon Sep 17 00:00:00 2001 From: ferreo Date: Sun, 27 Oct 2024 15:23:20 +0100 Subject: [PATCH] Update debian/rules --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index e4a172e..bd1d0bf 100755 --- a/debian/rules +++ b/debian/rules @@ -64,7 +64,7 @@ export PIKA_BUILD_ARCH = $(shell cat ../pika-build-arch) ## overriding dh_auto_configure to add custom configs: override_dh_auto_configure: - cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -S . -B ./build + cmake --no-warn-unused-cli -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE:STRING=Release -S . -B ./build cmake --build ./build --config Release --target hyprlock -j32 override_dh_install: