From 73c24e457a8cb798c337e62d128e9539ce11ca7e Mon Sep 17 00:00:00 2001 From: ByteDream Date: Tue, 21 Dec 2021 12:09:25 +0100 Subject: [PATCH] Fixed logfile no permissions --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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