From 3a55ffd8b4799d8fe85ccc3a8a618ec9a2c67cea Mon Sep 17 00:00:00 2001 From: Julien "shaddai" Reveret Date: Mon, 15 Feb 2016 17:43:34 +0100 Subject: some rules cannot be used on a Debian squeeze distribution --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 292dfed..caec1b1 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ set_distribution: check_distribution: ifeq ($(DEBVER),6) - sed -e 's/^import.*//g' -e 's/^include.*//g' -e 's/and\ not\ IsWhitelisted//g' -i php-malware-finder/malwares.yara + sed -e '/too_many_chr/d' -e '/b64_concat/d' -e 's/^import.*//g' -e 's/^include.*//g' -e 's/and\ not\ IsWhitelisted//g' -i php-malware-finder/malwares.yara endif package: clean extract set_distribution check_distribution -- cgit v1.3