mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
USER not defined on some platforms like Archlinux
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user