diff options
| author | jvoisin | 2018-02-21 11:41:07 +0100 |
|---|---|---|
| committer | jvoisin | 2018-02-21 11:41:07 +0100 |
| commit | ac22d1eb137a0ad9a04192b3f86044493de54f9e (patch) | |
| tree | dccee162a500361008228d5de352c63d431c9ad2 | |
| parent | 43492826c7e8f89bf067a81855100903cc8dfb02 (diff) | |
Fix the debian packaging
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | debian/nbs-phpmalwarefinder.install | 3 |
2 files changed, 0 insertions, 5 deletions
| @@ -10,9 +10,7 @@ debclean: | |||
| 10 | 10 | ||
| 11 | extract: | 11 | extract: |
| 12 | cp -r debian php-malware-finder | 12 | cp -r debian php-malware-finder |
| 13 | git checkout php-malware-finder/common.yar | ||
| 14 | git checkout php-malware-finder/php.yar | 13 | git checkout php-malware-finder/php.yar |
| 15 | git checkout php-malware-finder/asp.yar | ||
| 16 | 14 | ||
| 17 | rpm: | 15 | rpm: |
| 18 | @echo "no rpm build target for now, feel free to submit one" | 16 | @echo "no rpm build target for now, feel free to submit one" |
diff --git a/debian/nbs-phpmalwarefinder.install b/debian/nbs-phpmalwarefinder.install index 5842bb3..748222d 100644 --- a/debian/nbs-phpmalwarefinder.install +++ b/debian/nbs-phpmalwarefinder.install | |||
| @@ -8,8 +8,5 @@ whitelists/wordpress.yar etc/phpmalwarefinder/whitelists | |||
| 8 | utils/generate_whitelist.py usr/bin/ | 8 | utils/generate_whitelist.py usr/bin/ |
| 9 | utils/mass_whitelist.py usr/bin/ | 9 | utils/mass_whitelist.py usr/bin/ |
| 10 | php.yar etc/phpmalwarefinder | 10 | php.yar etc/phpmalwarefinder |
| 11 | asp.yar etc/phpmalwarefinder | ||
| 12 | common.yar etc/phpmalwarefinder | ||
| 13 | whitelist.yar etc/phpmalwarefinder | 11 | whitelist.yar etc/phpmalwarefinder |
| 14 | phpmalwarefinder usr/bin/ | 12 | phpmalwarefinder usr/bin/ |
| 15 | docroot-check.sh usr/bin/ | ||
