Copy templates
authorJacob Casper <dev@jacobcasper.com>
Fri, 10 Apr 2020 21:21:35 +0000 (16:21 -0500)
committerJacob Casper <dev@jacobcasper.com>
Fri, 10 Apr 2020 21:21:35 +0000 (16:21 -0500)
Makefile

index c712bc8..8df3e74 100644 (file)
--- 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