summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoru <u@billy>2023-05-29 19:58:50 -0400
committeru <u@billy>2023-05-29 19:59:28 -0400
commit79097b522fa33fd25e97d10149a27d9d22aa430a (patch)
tree08946688b6b2d04d3a943b835f879a754f0428f7 /Makefile
parenta9b687835682ab161404744cba960281a2974f7b (diff)
fossil-test service will use generated key
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 38f8130..eef184c 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ unit_files = $(addprefix src/fossil-user,@.service .socket) src/fossil-test@.ser
44units = $(filter-out %@.service,$(notdir $(unit_files))) 44units = $(filter-out %@.service,$(notdir $(unit_files)))
45executables = src/endofossil 45executables = src/endofossil
46bindir = /usr/local/bin 46bindir = /usr/local/bin
47dependencies = socat fossil ssh 47dependencies = socat fossil ssh fakeroot
48 48
49SSH_USERNAME != if [ "$$SUDO_USER" ]; then echo "$$SUDO_USER"; else id -u; fi 49SSH_USERNAME != if [ "$$SUDO_USER" ]; then echo "$$SUDO_USER"; else id -u; fi
50 50