diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-03-23 02:35:10 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-03-23 02:35:10 +0000 |
commit | eb746d0a8eec329bcac7be6ac58fa2fbf98e5c16 (patch) | |
tree | eb9b1b2af080a35f01b3fdc8c2b753a1d7f20b06 /sub/dropbear/Makefile | |
parent | 8557dc459cd4deec3d40cfeb3880ff9e3fe448dd (diff) | |
download | lh-bootstrap-eb746d0a8eec329bcac7be6ac58fa2fbf98e5c16.tar.xz |
Fix silly bug
Diffstat (limited to 'sub/dropbear/Makefile')
-rw-r--r-- | sub/dropbear/Makefile | 2 |
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 |