rohrpost

A commandline mail client to change the world as we see it.
git clone git://r-36.net/rohrpost
Log | Files | Refs | LICENSE

commit 85bcf9a2bef35a7dc375c73a718f2a7b198b0553
parent 399b5d1673210a63c933022073bf58f8e8d0bfae
Author: Christoph Lohmann <20h@r-36.net>
Date:   Sun,  7 Jun 2020 14:49:57 +0200

Do not bail on rmdir.

Thanks Evil_Bob for the hint.

Diffstat:
Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -105,7 +105,7 @@ uninstall: clean do \ rm -f '${DESTDIR}${SHAREPREFIX}/tmpl/'$$i; \ done ) - rmdir '${DESTDIR}${SHAREPREFIX}/tmpl' \ + -rmdir '${DESTDIR}${SHAREPREFIX}/tmpl' \ '${DESTDIR}${SHAREPREFIX}' .PHONY: all clean dist install uninstall bin