summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-04 03:19:22 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-04 03:19:22 (EDT)
commit2af164481c3fecb9f426d93b14afa8fdab455131 (patch)
tree7f54bc9a420707fecf5704d961709643d3db0cd2
parentf37cbed4d3ee98f6ae3c5737da624ec9d803cd65 (diff)
build: Use OpenWrt's opkg-key (which uses usign)
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index cf74f48..fddb949 100755
--- a/build
+++ b/build
@@ -21,7 +21,7 @@ install: build
oh-autoinstall
mv dest/usr/bin/opkg-cl dest/usr/bin/opkg-lede
@# opkg-lede's CMake build system doesn't install these...
- cp src/utils/opkg-key dest/usr/bin/opkg-key
+ cp ../opkg-key dest/usr/bin/opkg-key
sed 's|@opkglibdir@|/var/lib|g' src/utils/update-alternatives.in \
>dest/usr/bin/update-alternatives
oh-fixperms