From: Jacob Casper Date: Fri, 10 Apr 2020 21:21:35 +0000 (-0500) Subject: Copy templates X-Git-Url: https://git.jacobcasper.com/?p=sockgit.git;a=commitdiff_plain;h=9b0fcc1e91276dd2722f2061c88201df16505ea5 Copy templates --- 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