diff options
| author | jvoisin | 2016-12-08 15:17:02 +0100 |
|---|---|---|
| committer | jvoisin | 2016-12-08 15:17:02 +0100 |
| commit | 01f26032044b75b7188980cc375cbf4bd16cd337 (patch) | |
| tree | b00d0ac2e7055474d13099405cf0c60589c9e123 /Makefile | |
| parent | 6073d15c4cfdb02b3c1944a75e78f34b0e7b5fc3 (diff) | |
Fix `make deb` warnings
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -15,7 +15,7 @@ extract: | |||
| 15 | git checkout php-malware-finder/asp.yar | 15 | git checkout php-malware-finder/asp.yar |
| 16 | 16 | ||
| 17 | set_distribution: | 17 | set_distribution: |
| 18 | sed -e "s/##version/${DEBVER}/" -i php-malware-finder/debian/control php-malware-finder/debian/changelog | 18 | sed -e "s/##version/${DEBVER}/" -i php-malware-finder/debian/changelog |
| 19 | 19 | ||
| 20 | rpm: | 20 | rpm: |
| 21 | @echo "no rpm build target for now, feel free to submit one" | 21 | @echo "no rpm build target for now, feel free to submit one" |
