diff --git a/Makefile b/Makefile index 9193a83..5198a59 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.1.0 +VERSION=0.1.2 BUILDDIR = . _BUILDDIR = $(shell realpath $(BUILDDIR))/ @@ -67,6 +67,8 @@ install: install -Dm644 $(_BUILDDIR)profile/* -t $(DESTDIR)/etc/docker4ssh/profile/ install -Dm644 $(_BUILDDIR)LICENSE $(DESTDIR)/etc/docker4ssh/LICENSE + touch $(DESTDIR)/etc/docker4ssh/docker4ssh.log && chmod 777 $(DESTDIR)/etc/docker4ssh/docker4ssh.log + uninstall: rm -rf $(DESTDIR)/etc/docker4ssh/ rm -f $(DESTDIR)$(PREFIX)/bin/docker4ssh