From c25919c0ee9be94f5a5edbbd0cecf9a1b028d30b Mon Sep 17 00:00:00 2001
From: Patrick McDermott <patrick.mcdermott@libiquity.com>
Date: Tue, 16 Apr 2019 00:07:01 -0400
Subject: build: Install opkg-cert

---
diff --git a/build b/build
index ad4af0b..fd09791 100755
--- a/build
+++ b/build
@@ -26,8 +26,7 @@ build:
 install: build
 	oh-autoinstall
 	mv dest/usr/bin/opkg-cl dest/usr/bin/opkg
-	@# From OpenWrt:
-	cp ../opkg-key dest/usr/bin/opkg-key
+	install -m 0755 ../opkg-cert dest/usr/bin/opkg-cert
 	@# opkg-lede's CMake build system doesn't install this...
 	sed 's|@opkglibdir@|/var/lib|g' src/utils/update-alternatives.in \
 		>dest/usr/bin/update-alternatives
--
cgit v0.9.1