From: Sandro Knauß Date: Sat, 8 Mar 2025 22:23:51 +0000 (+0100) Subject: Fix the detection of arch only mode (Closes: #1098579). X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~26 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a49afe4eebe0b3987bc5ecba0e30a387b8a691f9;p=nextcloud-desktop.git Fix the detection of arch only mode (Closes: #1098579). --- 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 \