mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-24 16:14:59 +08:00
USER not defined on some platforms like Archlinux
This commit is contained in:
parent
bf522bf663
commit
e1a00f609f
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ endif
|
|||
# been here
|
||||
DEFSBEENHERE = true
|
||||
|
||||
# USER not defined on some platforms like Archlinux
|
||||
USER ?= $(shell id -u -n)
|
||||
|
||||
CP = cp -a
|
||||
GZIP = gzip
|
||||
MKDIR = mkdir -p
|
||||
|
|
Loading…
Reference in a new issue