mirror of
https://github.com/bytedream/docker4ssh.git
synced 2025-05-11 13:15:10 +02:00
Fixed logfile no permissions
This commit is contained in:
parent
f3e032cf54
commit
73c24e457a
4
Makefile
4
Makefile
@ -1,4 +1,4 @@
|
|||||||
VERSION=0.1.0
|
VERSION=0.1.2
|
||||||
|
|
||||||
BUILDDIR = .
|
BUILDDIR = .
|
||||||
_BUILDDIR = $(shell realpath $(BUILDDIR))/
|
_BUILDDIR = $(shell realpath $(BUILDDIR))/
|
||||||
@ -67,6 +67,8 @@ install:
|
|||||||
install -Dm644 $(_BUILDDIR)profile/* -t $(DESTDIR)/etc/docker4ssh/profile/
|
install -Dm644 $(_BUILDDIR)profile/* -t $(DESTDIR)/etc/docker4ssh/profile/
|
||||||
install -Dm644 $(_BUILDDIR)LICENSE $(DESTDIR)/etc/docker4ssh/LICENSE
|
install -Dm644 $(_BUILDDIR)LICENSE $(DESTDIR)/etc/docker4ssh/LICENSE
|
||||||
|
|
||||||
|
touch $(DESTDIR)/etc/docker4ssh/docker4ssh.log && chmod 777 $(DESTDIR)/etc/docker4ssh/docker4ssh.log
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -rf $(DESTDIR)/etc/docker4ssh/
|
rm -rf $(DESTDIR)/etc/docker4ssh/
|
||||||
rm -f $(DESTDIR)$(PREFIX)/bin/docker4ssh
|
rm -f $(DESTDIR)$(PREFIX)/bin/docker4ssh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user