You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
303 B
5 lines
303 B
# Lego renewal hooks
|
|
TARGET_LEGO_FILES = $(patsubst other/lego/%.sh, $(TARGET_CHROOT)/etc/quadlets/lego/renew-hooks.d/%.sh, $(wildcard other/lego/*.sh))
|
|
TARGET_FILES += $(TARGET_LEGO_FILES)
|
|
$(TARGET_CHROOT)/etc/quadlets/lego/renew-hooks.d/%.sh: other/lego/%.sh
|
|
install -D -m 0755 -o root -g root $< $@
|
|
|