mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
change sim011 folder paths for install
This commit is contained in:
parent
a23812ef59
commit
5edf623cb4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -46,7 +46,7 @@ ifneq (,$(INSTALLTOOLS))
|
||||||
endif
|
endif
|
||||||
ifneq (,$(INSTALLSIMFW))
|
ifneq (,$(INSTALLSIMFW))
|
||||||
$(Q)$(MKDIR) $(DESTDIR)$(PREFIX)$(PATHSEP)$(INSTALLFWRELPATH)
|
$(Q)$(MKDIR) $(DESTDIR)$(PREFIX)$(PATHSEP)$(INSTALLFWRELPATH)
|
||||||
$(Q)$(CP) $(foreach fw,$(INSTALLSIMFW),tools/simmodule/$(fw)) $(DESTDIR)$(PREFIX)$(PATHSEP)$(INSTALLFWRELPATH)
|
$(Q)$(CP) $(foreach fw,$(INSTALLSIMFW),client/resources/$(fw)) $(DESTDIR)$(PREFIX)$(PATHSEP)$(INSTALLFWRELPATH)
|
||||||
endif
|
endif
|
||||||
ifeq ($(platform),Linux)
|
ifeq ($(platform),Linux)
|
||||||
$(Q)$(MKDIR) $(DESTDIR)$(UDEV_PREFIX)
|
$(Q)$(MKDIR) $(DESTDIR)$(UDEV_PREFIX)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue