From d8af846e7134e7ca825b6ff7e0fc05af977e60af Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Sun, 16 Dec 2018 17:30:56 +0100 Subject: [PATCH] Disable updater with the correct flag --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 40f662b..34f6fbf 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ override_dh_auto_configure: dh_auto_configure -- \ -DOBS_MULTIARCH_SUFFIX=/$(DEB_HOST_MULTIARCH) \ -DUNIX_STRUCTURE=1 \ - -DENABLE_WIN_UPDATER=0 \ + -DDISABLE_UPDATE_MODULE=TRUE \ -DBUILD_CAPTIONS=0 override_dh_auto_build: