mirror of
https://github.com/bytedream/docker4ssh.git
synced 2025-12-15 05:50:45 +01:00
Fixed logfile no permissions
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user