diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-02-10 02:14:32 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-02-10 02:14:32 +0000 |
commit | 72e31924295d306203dce8a8f4e0e4c7cf1e66ca (patch) | |
tree | 7c92659325907c469a008f83221aa15d6f61dd81 /sub/dev/Makefile.curl | |
parent | 5d3e4a9f8241b40a47a1262c92051a001eb6d776 (diff) | |
download | lh-bootstrap-72e31924295d306203dce8a8f4e0e4c7cf1e66ca.tar.xz |
Install layout early
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'sub/dev/Makefile.curl')
-rw-r--r-- | sub/dev/Makefile.curl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/dev/Makefile.curl b/sub/dev/Makefile.curl index efe21ce..9c7ea64 100644 --- a/sub/dev/Makefile.curl +++ b/sub/dev/Makefile.curl @@ -112,7 +112,7 @@ $(OUTPUT)/build-$(TRIPLE)/.lh_curl_built: $(OUTPUT)/build-$(TRIPLE)/.lh_curl_con exec setuidgid $(NORMALUSER) cd $(OUTPUT)/build-$(TRIPLE)/curl-$(CURL_VERSION) $(MAKE) $(CURL_MAKE_ARGS) exec setuidgid $(NORMALUSER) s6-touch $@ -$(OUTPUT)/build-$(TRIPLE)/.lh_curl_installed: $(OUTPUT)/build-$(TRIPLE)/.lh_curl_built | $(OUTPUT)/tmp/.lh_prepared $(OUTPUT)/build-build/.lh_skarnet_installed +$(OUTPUT)/build-$(TRIPLE)/.lh_curl_installed: $(OUTPUT)/build-$(TRIPLE)/.lh_curl_built | $(OUTPUT)/tmp/.lh_prepared $(OUTPUT)/build-build/.lh_skarnet_installed $(OUTPUT)/tmp/.lh_layout_installed exec cd $(OUTPUT)/build-$(TRIPLE)/curl-$(CURL_VERSION) $(MAKE) install DESTDIR=$(OUTPUT)/rootfs exec makenamelink $(OUTPUT)/rootfs/opt curl curl-$(CURL_VERSION) $(OUTPUT)/tmp exec makelinks $(OUTPUT)/rootfs /bin /opt/curl/bin |