Skip to content

Commit

Permalink
Add DESTDIR variable
Browse files Browse the repository at this point in the history
Signed-off-by: TheRealKeto <[email protected]>
  • Loading branch information
TheRealKeto committed Aug 8, 2021
1 parent d7f95dc commit c78a67d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit c78a67d

Please sign in to comment.