Skip to content

Commit e83ec9a

Browse files
committed
Install to /usr/bin
Make install to /usr/bin instead of /usr/local/bin.
1 parent 347e00b commit e83ec9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ clean:
2626
rm -f $(OBJ) $(OUT)
2727

2828
install: release
29-
install $(OUT) $(DESTDIR)/usr/local/bin
29+
mkdir -p $(DESTDIR)/usr/bin
30+
install $(OUT) $(DESTDIR)/usr/bin

0 commit comments

Comments
 (0)