summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien "shaddai" Reveret2016-02-15 17:43:34 +0100
committerJulien "shaddai" Reveret2016-02-15 17:43:34 +0100
commit3a55ffd8b4799d8fe85ccc3a8a618ec9a2c67cea (patch)
tree81d91f9e6c5678aea898c8f81a4e806b20ffbd4a
parent66b7438d0077ac54f8f0883f302b76ecfe9b28e0 (diff)
some rules cannot be used on a Debian squeeze distribution
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 292dfed..caec1b1 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ set_distribution:
15 15
16check_distribution: 16check_distribution:
17ifeq ($(DEBVER),6) 17ifeq ($(DEBVER),6)
18 sed -e 's/^import.*//g' -e 's/^include.*//g' -e 's/and\ not\ IsWhitelisted//g' -i php-malware-finder/malwares.yara 18 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
19endif 19endif
20 20
21package: clean extract set_distribution check_distribution 21package: clean extract set_distribution check_distribution