Fix INSTALLSUDO usage and adapt release template

This commit is contained in:
Philippe Teuwen 2023-01-15 12:11:31 +01:00
commit 207d8ed7d7
3 changed files with 9 additions and 8 deletions

View file

@ -29,8 +29,8 @@ GZIP = gzip
MKDIR = mkdir -p
RM = rm -f
RMDIR = rm -rf
# rmdir only if dir is empty, tolerate failure
RMDIR_SOFT = -rmdir
# rmdir only if dir is empty, you must add "-" when using it to tolerate failure
RMDIR_SOFT = rmdir
MV = mv
TOUCH = touch
FALSE = false