Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Added mkdir to Makefile to create sbin and bin
Browse files Browse the repository at this point in the history
  • Loading branch information
kjlyon committed Nov 21, 2016
1 parent cd9c1a8 commit 7042c78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ plugins:
all:
bash -c "./scripts/build_all.sh"
install:
mkdir -p /usr/local/sbin
mkdir -p /usr/local/bin
cp build/$(OS)/$(ARCH)/snapteld /usr/local/sbin/
cp build/$(OS)/$(ARCH)/snaptel /usr/local/bin/
proto:
Expand Down

0 comments on commit 7042c78

Please sign in to comment.