diff options
Diffstat (limited to '')
-rw-r--r-- | mail/mutt-devel/files/patch-02 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mutt-devel/files/patch-02 b/mail/mutt-devel/files/patch-02 index 3a3ab32cc348..75695db5632b 100644 --- a/mail/mutt-devel/files/patch-02 +++ b/mail/mutt-devel/files/patch-02 @@ -9,7 +9,7 @@ try-html: ../makedoc - test -f manual.html || $(MAKE) manual.html || cp $(srcdir)/manual*.html ./ -+ rm *.html && $(MAKE) manual.html || cp $(srcdir)/manual*.html ./ ++ rm -f *.html && $(MAKE) manual.html || cp $(srcdir)/manual*.html ./ try-txt: ../makedoc - test -f manual.txt || $(MAKE) manual.txt || cp $(srcdir)/manual.txt ./ |