diff options
author | Patrick 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) |
commit | e30cba792afeed6a1b42fb62393781332b8a1544 (patch) | |
tree | 8c84e23ade7b6902fb69097e95fefd2fbc0b9f55 /build | |
parent | 5efe3be539e3305db38f543a693b0028c4ffce58 (diff) |
build, opkg-lede: Manage opkg-key and u-a with u-a
How meta.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |