mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Fix INSTALLSUDO usage and adapt release template
This commit is contained in:
parent
2d1c856437
commit
207d8ed7d7
3 changed files with 9 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue