defs.mk: Add *.slice to LOCAL_SYSTEMD
All checks were successful
CI / Packaging - Kali Linux (pull_request) Successful in 3m3s
CI / Packaging - OpenSUSE Tumbleweed (pull_request) Successful in 3m7s
CI / Packaging test (pull_request) Successful in 0s
CI / Packaging - Kali Linux (push) Successful in 3m1s
CI / Packaging - OpenSUSE Tumbleweed (push) Successful in 3m9s
CI / Packaging test (push) Successful in 0s
All checks were successful
CI / Packaging - Kali Linux (pull_request) Successful in 3m3s
CI / Packaging - OpenSUSE Tumbleweed (pull_request) Successful in 3m7s
CI / Packaging test (pull_request) Successful in 0s
CI / Packaging - Kali Linux (push) Successful in 3m1s
CI / Packaging - OpenSUSE Tumbleweed (push) Successful in 3m9s
CI / Packaging test (push) Successful in 0s
Support automatic installation of *.slice files into the system's systemd directory.
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
04b5088ca4
commit
80cafa4737
1 changed files with 1 additions and 1 deletions
|
|
@ -381,7 +381,7 @@ INSTALLED_CGI += $(addprefix $(INSTALL_CGIDIR)/,$(EXE_CGI))
|
||||||
# -- SYSTEMD
|
# -- SYSTEMD
|
||||||
INSTALLATION_FILE_TYPES += SYSTEMD
|
INSTALLATION_FILE_TYPES += SYSTEMD
|
||||||
BUILD_SYSTEMDDIR = $(TOPDIR)/bin/systemd
|
BUILD_SYSTEMDDIR = $(TOPDIR)/bin/systemd
|
||||||
LOCAL_SYSTEMD += $(filter-out $(DONT_INSTALL),$(wildcard *.service *.mount *.target *.timer *.socket))
|
LOCAL_SYSTEMD += $(filter-out $(DONT_INSTALL),$(wildcard *.service *.mount *.target *.timer *.socket *.slice))
|
||||||
INSTALL_SYSTEMDDIR = $(SYSTEMD_DIR)
|
INSTALL_SYSTEMDDIR = $(SYSTEMD_DIR)
|
||||||
INSTALLED_SYSTEMD += $(addprefix $(INSTALL_SYSTEMDDIR)/,$(LOCAL_SYSTEMD))
|
INSTALLED_SYSTEMD += $(addprefix $(INSTALL_SYSTEMDDIR)/,$(LOCAL_SYSTEMD))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue