Skip to content
Snippets Groups Projects
Commit 4c4ca215 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

build: fix creation of opkg key when BUILDDIR hasn't been created yet

parent f6f83508
No related branches found
No related tags found
No related merge requests found
...@@ -217,7 +217,7 @@ prepare-early: FORCE ...@@ -217,7 +217,7 @@ prepare-early: FORCE
create-key: prepare-early create-key: prepare-early
[ -s $(GLUON_OPKG_KEY) -a -s $(GLUON_OPKG_KEY).pub ] || \ [ -s $(GLUON_OPKG_KEY) -a -s $(GLUON_OPKG_KEY).pub ] || \
$(STAGING_DIR_HOST)/bin/usign -G -s $(GLUON_OPKG_KEY) -p $(GLUON_OPKG_KEY).pub -c "Gluon opkg key" mkdir -p $$(dirname $(GLUON_OPKG_KEY)) && $(STAGING_DIR_HOST)/bin/usign -G -s $(GLUON_OPKG_KEY) -p $(GLUON_OPKG_KEY).pub -c "Gluon opkg key"
include $(GLUONDIR)/targets/targets.mk include $(GLUONDIR)/targets/targets.mk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment