From b2f2ad926dcf415e5fb541f2f06fe49bb3629a33 Mon Sep 17 00:00:00 2001 From: ferreo Date: Wed, 4 Dec 2024 18:14:24 +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 bd1d0bf..f091ec4 100755 --- a/debian/rules +++ b/debian/rules @@ -65,7 +65,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_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE:STRING=Release -S . -B ./build - cmake --build ./build --config Release --target hyprlock -j32 + cmake --build ./build --config Release --target hyprpaper -j32 override_dh_install: DESTDIR=debian/tmp cmake --install build