Commit: daf30726989c01c9746b280dfef679f3cd97a354 Parent: 482d252229727269f2c5a3af1faf4d8d05a4cc99 Author: Vi Grey Date: 2023-04-30 20:40 UTC Summary: Fix path for install in Makefile Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 94691dc..2a82780 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ clean: rm -rf -- $(CURRENTDIR)build; \ install: - cp bin/$(PKG_NAME) /usr/local/bin/ + cp build/bin/$(PKG_NAME) /usr/local/bin/ cp docs/$(PKG_NAME).1.gz /usr/share/man/man1/ uninstall: