Remove legacy .template
This commit is contained in:
@@ -44,8 +44,7 @@ DIR_SYSTEMD = usr/lib/systemd/system
|
|||||||
|
|
||||||
# Source files.
|
# Source files.
|
||||||
SRCS_SCRIPT = $(filter-out %cron_mail, $(wildcard $(DIR_SCRIPT)/*))
|
SRCS_SCRIPT = $(filter-out %cron_mail, $(wildcard $(DIR_SCRIPT)/*))
|
||||||
# $(sort) remove duplicates that comes from running make install >1 times.
|
SRCS_CONF = $(wildcard $(DIR_CONF)/*)
|
||||||
SRCS_CONF = $(sort $(patsubst %.template, %, $(wildcard $(DIR_CONF)/*)))
|
|
||||||
SRCS_SYSTEMD = $(wildcard $(DIR_SYSTEMD)/*)
|
SRCS_SYSTEMD = $(wildcard $(DIR_SYSTEMD)/*)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user