aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2018-03-23 02:35:10 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2018-03-23 02:35:10 +0000
commiteb746d0a8eec329bcac7be6ac58fa2fbf98e5c16 (patch)
treeeb9b1b2af080a35f01b3fdc8c2b753a1d7f20b06
parent8557dc459cd4deec3d40cfeb3880ff9e3fe448dd (diff)
downloadlh-bootstrap-eb746d0a8eec329bcac7be6ac58fa2fbf98e5c16.tar.xz
Fix silly bug
-rw-r--r--sub/dropbear/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/dropbear/Makefile b/sub/dropbear/Makefile
index ed3f2ba..9860e61 100644
--- a/sub/dropbear/Makefile
+++ b/sub/dropbear/Makefile
@@ -19,7 +19,7 @@ $(OUTPUT)/build-host/.lh_dropbear_copied: $(OUTPUT)/build-host/.lh_dropbear_dled
exec setuidgid $(NORMALUSER) s6-touch $@
$(OUTPUT)/build-host/.lh_dropbear_patched: $(OUTPUT)/build-host/.lh_dropbear_copied sub/dropbear/localoptions.h
- exec setuidgid $(NORMALUSER) cp -f sub/dropbear/localoptions.h $(OUTPUT)/build-host/dropbear-$(DROPBEAR_VERSION)/src/localoptions.h
+ exec setuidgid $(NORMALUSER) cp -f sub/dropbear/localoptions.h $(OUTPUT)/build-host/dropbear-$(DROPBEAR_VERSION)/localoptions.h
exec setuidgid $(NORMALUSER) s6-touch $@
$(OUTPUT)/build-host/.lh_dropbear_configured: $(OUTPUT)/build-host/.lh_dropbear_patched $(OUTPUT)/build-host/bin/muslgcc | $(OUTPUT)/build-build/.lh_skarnet_installed