diff options
author | Patrick 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) |
commit | e08b239f3d46501546e2f68fcdaf199890dc665c (patch) | |
tree | 58ec1fafd2cabed1e5d50643b948cbb28d8ff4ba /build | |
parent | e3cfa8bfcfdbca6b6efae1be1832a020df712b86 (diff) |
opkg-common: Manage opkg-key and u-a with u-a
So meta.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 \ |