diff options
author | Patrick 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) |
commit | c25919c0ee9be94f5a5edbbd0cecf9a1b028d30b (patch) | |
tree | 48fd6b93d1278a68fcbb65df118ef4522fe9d9e2 | |
parent | b2839b7ff54e35cac34a39cc43014bfbf5c65f56 (diff) |
build: Install opkg-cert
-rwxr-xr-x | build | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |