Fixed logfile no permissions

This commit is contained in:
ByteDream 2021-12-21 12:09:25 +01:00
parent f3e032cf54
commit 73c24e457a

View File

@ -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