openwrt-keyring: add missing INSTALL_DIR
Fixes: 01d0653771 ("openwrt-keyring: limit usign keys")
Closes: #429
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
3f0c2b59f7
commit
683845f782
@ -31,6 +31,7 @@ endef
|
||||
Build/Compile=
|
||||
|
||||
define Package/openwrt-keyring/install
|
||||
$(INSTALL_DIR) $(1)/etc/opkg/keys/
|
||||
# Public usign key for OPDE
|
||||
$(INSTALL_DATA) $(PKG_BUILD_DIR)/usign/66ceb3e8f7432fed $(1)/etc/opkg/keys/
|
||||
# Public usign key for unattended snapshot builds
|
||||
|
||||
Loading…
Reference in New Issue
Block a user