From 7b3473095fa3efcaa83d78474772e16cf66ca896 Mon Sep 17 00:00:00 2001 From: Matthijs van der Wild Date: Wed, 9 Jul 2025 15:31:41 -0400 Subject: Store script in src directory --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 684c2f5..998f56e 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ BINDIR ?= /bin install: install -v -d "$(DESTDIR)$(BINDIR)/" - install -m 0755 -v pilot.sh "$(DESTDIR)$(BINDIR)/pilot" + install -m 0755 -v src/pilot.sh "$(DESTDIR)$(BINDIR)/pilot" uninstall: rm -vrf "$(DESTDIR)$(BINDIR)/pilot" -- cgit v1.2.3