diff options
| author | Julien "shaddai" Reveret | 2016-02-15 17:43:34 +0100 |
|---|---|---|
| committer | Julien "shaddai" Reveret | 2016-02-15 17:43:34 +0100 |
| commit | 3a55ffd8b4799d8fe85ccc3a8a618ec9a2c67cea (patch) | |
| tree | 81d91f9e6c5678aea898c8f81a4e806b20ffbd4a | |
| parent | 66b7438d0077ac54f8f0883f302b76ecfe9b28e0 (diff) | |
some rules cannot be used on a Debian squeeze distribution
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -15,7 +15,7 @@ set_distribution: | |||
| 15 | 15 | ||
| 16 | check_distribution: | 16 | check_distribution: |
| 17 | ifeq ($(DEBVER),6) | 17 | ifeq ($(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 |
| 19 | endif | 19 | endif |
| 20 | 20 | ||
| 21 | package: clean extract set_distribution check_distribution | 21 | package: clean extract set_distribution check_distribution |
