Skip to content

Commit

Permalink
Install to /usr/bin
Browse files Browse the repository at this point in the history
Make install to /usr/bin instead of /usr/local/bin.
  • Loading branch information
rom1v committed Oct 6, 2017
1 parent 347e00b commit e83ec9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ clean:
rm -f $(OBJ) $(OUT)

install: release
install $(OUT) $(DESTDIR)/usr/local/bin
mkdir -p $(DESTDIR)/usr/bin
install $(OUT) $(DESTDIR)/usr/bin

0 comments on commit e83ec9a

Please sign in to comment.