From a49afe4eebe0b3987bc5ecba0e30a387b8a691f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sandro=20Knau=C3=9F?= Date: Sat, 8 Mar 2025 23:23:51 +0100 Subject: [PATCH] Fix the detection of arch only mode (Closes: #1098579). --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 46a42db97..4b3ba8708 100755 --- a/debian/rules +++ b/debian/rules @@ -19,8 +19,8 @@ CONFIGURE_OPTIONS := -DCMAKE_INSTALL_PREFIX=/usr \ dh $@ override_dh_auto_configure: -ifeq (,$(findstring -a,$(DH_INTERNAL_OPTIONS))) - @echo " -- Configure for arch all build --" +ifeq (-i,$(findstring -i, $(DH_INTERNAL_OPTIONS))) + @echo " -- Configure for arch all only build --" dh_auto_configure -- \ -DBUILD_TESTING=OFF \ -DBUILD_SHELL_INTEGRATION_DOLPHIN=OFF \ -- 2.30.2