summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-16 00:07:01 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-16 00:07:01 (EDT)
commitc25919c0ee9be94f5a5edbbd0cecf9a1b028d30b (patch)
tree48fd6b93d1278a68fcbb65df118ef4522fe9d9e2
parentb2839b7ff54e35cac34a39cc43014bfbf5c65f56 (diff)
build: Install opkg-cert
-rwxr-xr-xbuild3
1 files changed, 1 insertions, 2 deletions
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