summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-04 17:36:14 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-04 17:36:14 (EDT)
commite30cba792afeed6a1b42fb62393781332b8a1544 (patch)
tree8c84e23ade7b6902fb69097e95fefd2fbc0b9f55 /build
parent5efe3be539e3305db38f543a693b0028c4ffce58 (diff)
build, opkg-lede: Manage opkg-key and u-a with u-a
How meta.
Diffstat (limited to 'build')
-rwxr-xr-xbuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/build b/build
index 2dbd66f..84de890 100755
--- a/build
+++ b/build
@@ -23,9 +23,9 @@ 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 ../opkg-key dest/usr/bin/opkg-key
+ cp ../opkg-key dest/usr/bin/opkg-key-lede
sed 's|@opkglibdir@|/var/lib|g' src/utils/update-alternatives.in \
- >dest/usr/bin/update-alternatives
+ >dest/usr/bin/update-alternatives-lede
oh-fixperms
oh-strip
oh-installfiles