mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 17:23:36 +02:00
defs.mk: Add $(wildcard *.socket) to LOCAL_SYSTEMD
By default, install systemd socket definitions found in a config directory. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
6f6b7cc85c
commit
ec093d3cc9
1 changed files with 1 additions and 1 deletions
|
|
@ -388,7 +388,7 @@ INSTALLED_CGI += $(addprefix $(INSTALL_CGIDIR)/,$(EXE_CGI))
|
|||
# -- SYSTEMD
|
||||
INSTALLATION_FILE_TYPES += SYSTEMD
|
||||
BUILD_SYSTEMDDIR = $(TOPDIR)/bin/systemd
|
||||
LOCAL_SYSTEMD += $(filter-out $(DONT_INSTALL),$(wildcard *.service *.mount *.target *.timer))
|
||||
LOCAL_SYSTEMD += $(filter-out $(DONT_INSTALL),$(wildcard *.service *.mount *.target *.timer *.socket))
|
||||
INSTALL_SYSTEMDDIR = $(SYSTEMD_DIR)
|
||||
INSTALLED_SYSTEMD += $(addprefix $(INSTALL_SYSTEMDDIR)/,$(LOCAL_SYSTEMD))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue