tDo not bail on rmdir. - rohrpost - A commandline mail client to change the world as we see it.
(HTM) git clone git://r-36.net/rohrpost
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 85bcf9a2bef35a7dc375c73a718f2a7b198b0553
(DIR) parent 399b5d1673210a63c933022073bf58f8e8d0bfae
(HTM) 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(-)
---
(DIR) diff --git a/Makefile b/Makefile
t@@ -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