aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthijs van der Wild <matthijs.van-der-wild@durham.ac.uk>2025-07-09 15:31:41 -0400
committerMatthijs van der Wild <matthijs.van-der-wild@durham.ac.uk>2025-07-09 15:31:41 -0400
commit7b3473095fa3efcaa83d78474772e16cf66ca896 (patch)
tree99dc8c3d4a0a61228f6bdfa37b9bbbfe7fd5264e /Makefile
parent65ed21e4850196a2e1b27254122e1e2df816e262 (diff)
Store script in src directoryHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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"