Skip to content

Commit

Permalink
change binary path
Browse files Browse the repository at this point in the history
  • Loading branch information
derchrisuk committed Apr 9, 2021
1 parent f782760 commit 45be4a2
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 @@ -4,6 +4,6 @@ srtrelay:
HOME=$$(pwd) GOPATH=$$(pwd)/gopath go build -o srtrelay

install: srtrelay
mkdir -p $$(pwd)/debian/srtrelay/usr/local/bin
install -m 0755 srtrelay $$(pwd)/debian/srtrelay/usr/local/bin
mkdir -p $$(pwd)/debian/srtrelay/usr/bin
install -m 0755 srtrelay $$(pwd)/debian/srtrelay/usr/bin

0 comments on commit 45be4a2

Please sign in to comment.