mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 21:13:18 -07:00
Add DESTDIR variable
Signed-off-by: TheRealKeto <therealketo@gmail.com>
This commit is contained in:
parent
d7f95dc97d
commit
c78a67d439
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -17,8 +17,8 @@ network/manuf.go:
|
|||
@python3 ./network/make_manuf.py
|
||||
|
||||
install:
|
||||
@mkdir -p $(PREFIX)/share/bettercap/caplets
|
||||
@cp bettercap $(PREFIX)/bin/
|
||||
@mkdir -p $(DESTDIR)$(PREFIX)/share/bettercap/caplets
|
||||
@cp bettercap $(DESTDIR)$(PREFIX)/bin/
|
||||
|
||||
docker:
|
||||
@docker build -t bettercap:latest .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue