We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347e00b commit e83ec9aCopy full SHA for e83ec9a
Makefile
@@ -26,4 +26,5 @@ clean:
26
rm -f $(OBJ) $(OUT)
27
28
install: release
29
- install $(OUT) $(DESTDIR)/usr/local/bin
+ mkdir -p $(DESTDIR)/usr/bin
30
+ install $(OUT) $(DESTDIR)/usr/bin
0 commit comments