X-Git-Url: https://git.jacobcasper.com/?p=sockgit.git;a=blobdiff_plain;f=Makefile;h=6bea3fa3d6a537c44f73f0c93d77ea9447f2e7c8;hp=e892f74314ccdf764b3001d74c0bf60076e7bbe6;hb=HEAD;hpb=3c7c34ca272bf45f832798eeb454d830051c362f diff --git a/Makefile b/Makefile index e892f74..6bea3fa 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,9 @@ .PHONY: install uninstall install: - 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 uninstall: rm -f /etc/systemd/system/sockgit-listen.socket rm -f /etc/systemd/system/sockgit-listen@.service - rm -rf /usr/share/sockgit rm -f /usr/bin/sockgit