mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07: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…
Add table
Add a link
Reference in a new issue