diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-29 15:27:53 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-29 15:27:53 +0000 |
commit | 5709023b21bc1d67cebeb2694294195037416407 (patch) | |
tree | d0bb42aa9e69612b6a605dea32bbfc81bc808468 /sub | |
parent | d73f261723a487d43bbb9b03a335df9a95e33241 (diff) | |
download | lh-bootstrap-5709023b21bc1d67cebeb2694294195037416407.tar.xz |
Small incremental build fixes (30)
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 32aa58b..2b0dd6e 100644 --- a/sub/skarnet.org/Makefile +++ b/sub/skarnet.org/Makefile @@ -25,7 +25,7 @@ S6_DNS_FIND_OPTIONS := --with-include=$(OUTPUT)/rootfs/package/web/s6-dns/includ ifeq ($(CONSOLE),) EARLY_GETTY := else -EARLY_GETTY := -G "getty -H lh-$(word 1,$(subst (-, ,$(TRIPLE)))) $(CONSOLE)" +EARLY_GETTY := -G "getty -H lh-$(word 1,$(subst -, ,$(TRIPLE))) $(CONSOLE)" endif $(OUTPUT)/sources/.lh_skalibs_cloned: | $(OUTPUT)/tmp/.lh_prepared |