1 changed files with 1 additions and 1 deletions
@ -1,5 +1,5 @@ |
|||||
# Lego renewal hooks
|
# Lego renewal hooks
|
||||
TARGET_LEGO_FILES = $(patsubst other/lego/%.sh, $(TARGET_CHROOT)/etc/quadlets/lego/renew-hooks.d/%.sh, $(wildcard other/lego/*.sh)) |
TARGET_LEGO_FILES = $(patsubst other/lego/%.sh, $(TARGET_CHROOT)/etc/quadlets/lego/renew-hooks.d/%.sh, $(wildcard other/lego/*.sh)) |
||||
TARGET_EXAMPLE_FILES += $(TARGET_LEGO_FILES) |
TARGET_FILES += $(TARGET_LEGO_FILES) |
||||
$(TARGET_CHROOT)/etc/quadlets/lego/renew-hooks.d/%.sh: other/lego/%.sh |
$(TARGET_CHROOT)/etc/quadlets/lego/renew-hooks.d/%.sh: other/lego/%.sh |
||||
install -D -m 0755 -o root -g root $< $@ |
install -D -m 0755 -o root -g root $< $@ |
||||
|
|||||
Loading…
Reference in new issue