make install: more flexible on relpath tuning

This commit is contained in:
Philippe Teuwen 2019-09-05 08:45:12 +02:00
commit 70a7a99751
2 changed files with 14 additions and 5 deletions

View file

@ -28,11 +28,11 @@ LD = g++
PATHSEP=/
PREFIX ?= /usr/local
UDEV_PREFIX ?= /etc/udev/rules.d
INSTALLBINRELPATH = /bin/
INSTALLSHARERELPATH = /share/proxmark3/
INSTALLFWRELPATH = /share/proxmark3/firmware/
INSTALLTOOLSRELPATH = /share/proxmark3/tools/
INSTALLDOCSRELPATH = /share/doc/proxmark3/
INSTALLBINRELPATH ?= /bin/
INSTALLSHARERELPATH ?= /share/proxmark3/
INSTALLFWRELPATH ?= /share/proxmark3/firmware/
INSTALLTOOLSRELPATH ?= /share/proxmark3/tools/
INSTALLDOCSRELPATH ?= /share/doc/proxmark3/
platform = $(shell uname)
DETECTED_OS=$(platform)