Skip to content

Commit

Permalink
make sure to install into the bin directory
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Phillips <[email protected]>
  • Loading branch information
rphillips committed Aug 4, 2022
1 parent 393577a commit 6b3e316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ create-release-packages: release
.PHONY: install
install:
mkdir -p "${DESTDIR}$(PREFIX)/bin"
install -D -t "${DESTDIR}$(PREFIX)" target/release/conmonrs
install -D -t "${DESTDIR}$(PREFIX)/bin" target/release/conmonrs

0 comments on commit 6b3e316

Please sign in to comment.