Update rules

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-10-05 20:09:20 +03:00 committed by GitHub
parent d21d5bc357
commit 1fa497c138
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: