diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-02-10 00:32:39 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-02-10 00:32:39 +0000 |
commit | cd6bb371bab4a763085b00f84899135623f013c9 (patch) | |
tree | 1affabd7576fa9d1d4c5b9a8debbcf6ee1772871 /sub | |
parent | c84ffd219ec156a185e66bc52a102d73840690b6 (diff) | |
download | lh-bootstrap-cd6bb371bab4a763085b00f84899135623f013c9.tar.xz |
Fix s6li dep
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'sub')
-rw-r--r-- | sub/skarnet.org/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/skarnet.org/Makefile b/sub/skarnet.org/Makefile index 7cc6612..da43453 100644 --- a/sub/skarnet.org/Makefile +++ b/sub/skarnet.org/Makefile @@ -127,7 +127,7 @@ endef $(foreach pkg,$(SKAWARE),$(eval $(call skaware_rules_definition,$(pkg)))) -$(OUTPUT)/build-$(TRIPLE)/.lh_s6li_laidout: $(OUTPUT)/build-$(TRIPLE)/.lh_s6li_installed | $(OUTPUT)/tmp/.lh_prepared $(OUTPUT)/build-build/.lh_skarnet_installed +$(OUTPUT)/build-$(TRIPLE)/.lh_s6li_laidout: $(OUTPUT)/rootfs/package/admin/s6-linux-init/include/s6-linux-init/config.h | $(OUTPUT)/tmp/.lh_prepared $(OUTPUT)/build-build/.lh_skarnet_installed exec mkdir -p $(OUTPUT)/rootfs/etc/s6-linux-init exec rm -rf $(OUTPUT)/rootfs/etc/s6-linux-init/s6lidir exec s6-linux-init-maker -u $(NORMALUSER) $(EARLY_GETTY) -1 -p /command:/bin -s /run/kernel_env -U utmp -f $(OUTPUT)/build-build/etc/s6-linux-init/skel -- $(OUTPUT)/rootfs/etc/s6-linux-init/s6lidir |