From 9b0fcc1e91276dd2722f2061c88201df16505ea5 Mon Sep 17 00:00:00 2001 From: Jacob Casper Date: Fri, 10 Apr 2020 16:21:35 -0500 Subject: [PATCH] Copy templates --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c712bc8..8df3e74 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: install uninstall install: - mkdir -p /usr/share/sockgit/templates && cp -r templates/* + mkdir -p /usr/share/sockgit/templates && cp -r templates/* /usr/share/sockgit/templates/ cp sockgit-listen* /etc/systemd/system/ ln -s $(shell pwd)/sockgit.sh /usr/bin/sockgit -- 2.20.1