Add INSTALLSUDO param in Makefile.platform to limit sudo to install commands, better than sudo make install...

This commit is contained in:
Philippe Teuwen 2022-05-03 19:04:01 +02:00
commit 9ebda88386
8 changed files with 45 additions and 41 deletions

View file

@ -56,6 +56,7 @@ INSTALLSHARERELPATH ?= share/proxmark3
INSTALLFWRELPATH ?= share/proxmark3/firmware
INSTALLTOOLSRELPATH ?= share/proxmark3/tools
INSTALLDOCSRELPATH ?= share/doc/proxmark3
export INSTALLSUDO
platform = $(shell uname)
DETECTED_OS=$(platform)