aboutsummaryrefslogtreecommitdiffstats
path: root/sub/dev/Makefile.libressl
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-02-10 02:14:32 +0000
committerLaurent Bercot <ska@appnovation.com>2023-02-10 02:14:32 +0000
commit72e31924295d306203dce8a8f4e0e4c7cf1e66ca (patch)
tree7c92659325907c469a008f83221aa15d6f61dd81 /sub/dev/Makefile.libressl
parent5d3e4a9f8241b40a47a1262c92051a001eb6d776 (diff)
downloadlh-bootstrap-72e31924295d306203dce8a8f4e0e4c7cf1e66ca.tar.gz
Install layout early
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'sub/dev/Makefile.libressl')
-rw-r--r--sub/dev/Makefile.libressl2
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/dev/Makefile.libressl b/sub/dev/Makefile.libressl
index e30146d..3c10d79 100644
--- a/sub/dev/Makefile.libressl
+++ b/sub/dev/Makefile.libressl
@@ -25,7 +25,7 @@ $(OUTPUT)/build-$(TRIPLE)/.lh_libressl_built: $(OUTPUT)/build-$(TRIPLE)/.lh_libr
exec setuidgid $(NORMALUSER) cd $(OUTPUT)/build-$(TRIPLE)/libressl-$(LIBRESSL_VERSION) $(MAKE) $(LIBRESSL_MAKE_STATIC)
exec setuidgid $(NORMALUSER) s6-touch $@
-$(OUTPUT)/build-$(TRIPLE)/.lh_libressl_installed: $(OUTPUT)/build-$(TRIPLE)/.lh_libressl_built | $(OUTPUT)/tmp/.lh_prepared $(OUTPUT)/build-build/.lh_skarnet_installed
+$(OUTPUT)/build-$(TRIPLE)/.lh_libressl_installed: $(OUTPUT)/build-$(TRIPLE)/.lh_libressl_built | $(OUTPUT)/tmp/.lh_prepared $(OUTPUT)/build-build/.lh_skarnet_installed $(OUTPUT)/tmp/.lh_layout_installed
exec cd $(OUTPUT)/build-$(TRIPLE)/libressl-$(LIBRESSL_VERSION) $(MAKE) install DESTDIR=$(OUTPUT)/rootfs
exec makenamelink $(OUTPUT)/rootfs/opt libressl libressl-$(LIBRESSL_VERSION) $(OUTPUT)/tmp
exec makelinks $(OUTPUT)/rootfs /bin /opt/libressl/bin