Skip to content

Commit

Permalink
Merge pull request #600 from rphillips/fixes_binary_install
Browse files Browse the repository at this point in the history
make sure to install into the bin directory
  • Loading branch information
rphillips authored Aug 4, 2022
2 parents 393577a + 6b3e316 commit ac46ccb
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 ac46ccb

Please sign in to comment.