From 1fa497c13879736cff720132fee6b86d81673cc1 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Thu, 5 Oct 2023 20:09:20 +0300 Subject: [PATCH] Update rules --- debian-firmware/debian/rules | 4 ---- 1 file changed, 4 deletions(-) diff --git a/debian-firmware/debian/rules b/debian-firmware/debian/rules index b8fa386..9977b98 100755 --- a/debian-firmware/debian/rules +++ b/debian-firmware/debian/rules @@ -20,10 +20,6 @@ override_dh_install: override_dh_clean: dh_clean - # Run sanity checks if in a git repo - if [ -d .git ] ; then \ - $(MAKE) check ; \ - fi override_dh_auto_build: