summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-04 17:50:07 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-04 17:50:07 (EDT)
commite08b239f3d46501546e2f68fcdaf199890dc665c (patch)
tree58ec1fafd2cabed1e5d50643b948cbb28d8ff4ba /build
parente3cfa8bfcfdbca6b6efae1be1832a020df712b86 (diff)
opkg-common: Manage opkg-key and u-a with u-a
So meta.
Diffstat (limited to 'build')
-rwxr-xr-xbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/build b/build
index f8a6270..a233356 100755
--- a/build
+++ b/build
@@ -31,6 +31,9 @@ install: build
oh-autoinstall -B obj-opkg-gpg
mv dest/usr/bin/opkg-cl dest/usr/bin/opkg-gpg
oh-autoinstall -B obj-opkg
+ mv dest/usr/bin/opkg-key dest/usr/bin/opkg-key-orig
+ mv dest/usr/bin/update-alternatives \
+ dest/usr/bin/update-alternatives-orig
rm -Rf dest/usr/include/ \
dest/usr/lib/$(OPK_HOST_ARCH)/pkgconfig/ \
dest/usr/lib/$(OPK_HOST_ARCH)/libopkg.a \