fixed cleanup (mail_with_relays didn't get cleaned up) (#930)
This commit is contained in:
parent
e403261ba5
commit
31c40ce271
3
Makefile
3
Makefile
|
@ -278,7 +278,8 @@ clean:
|
||||||
mail_with_postgrey \
|
mail_with_postgrey \
|
||||||
mail_undef_spam_subject \
|
mail_undef_spam_subject \
|
||||||
mail_postscreen \
|
mail_postscreen \
|
||||||
mail_override_hostname
|
mail_override_hostname \
|
||||||
|
mail_with_relays
|
||||||
|
|
||||||
@if [ -d config.bak ]; then\
|
@if [ -d config.bak ]; then\
|
||||||
rm -rf config ;\
|
rm -rf config ;\
|
||||||
|
|
Loading…
Reference in New Issue