mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
remove leading/tailing "/" from installation RELPATHs
This commit is contained in:
parent
1ca235e58f
commit
9cf2cd7ca9
8 changed files with 45 additions and 47 deletions
|
@ -31,11 +31,9 @@ If you need to tune some more paths, see their definition in `Makefile.defs`.
|
|||
E.g. you might need to move the documentation elsewhere according to your distro policy:
|
||||
|
||||
```
|
||||
make install PREFIX=/usr INSTALLDOCSRELPATH=/share/doc/proxmark3-${version}/
|
||||
make install PREFIX=/usr INSTALLDOCSRELPATH=share/doc/proxmark3-${version}
|
||||
```
|
||||
|
||||
Be careful to respect the same leading/closing `/` schema else you'll mess up your paths!
|
||||
|
||||
It's possible to add other firmwares as well with tagged names (`FWTAG=<mytag>`), e.g. here we're compiling another image for non-RDV4 devices:
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue