From 73744db384146cfcca757462b7431e889a394abb Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sat, 30 Oct 2021 08:25:21 -0400 Subject: Makefile: install containing directories --- EndoForge/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/EndoForge/Makefile b/EndoForge/Makefile index 69b3066..a3c3179 100644 --- a/EndoForge/Makefile +++ b/EndoForge/Makefile @@ -40,7 +40,9 @@ install-user-config: install -t ~/.ssh $(SRC)/AnonymousAccessCommand install-user: install-user-config build/sshd_config ~/.ssh/id_ed25519 + $(INSTALL) -d ~/.ssh $(INSTALL) -m0644 -t ~/.ssh build/sshd_config + $(INSTALL) -d ~/.config/systemd/user $(INSTALL) -m0644 -t ~/.config/systemd/user $(SRC)/sshd.service systemctl --user daemon-reload systemctl --user enable sshd -- cgit v1.2.3