diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-06-18 12:50:21 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-06-18 12:50:21 (EDT) |
commit | 0a3062c451449727488fa29236822c2715ceca81 (patch) | |
tree | 5f940c2a6f3720d1a4aa9896ec5a53871e1b6a81 /build | |
parent | 5a5f22b0ea6833ca8c9b84cdfec06f8b94787ace (diff) |
opkg: New multiarch support wrapper script
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ build: install: build oh-autoinstall - mv dest/usr/bin/opkg-cl dest/usr/bin/opkg + install -m 0755 ../opkg dest/usr/bin/opkg install -m 0755 ../opkg-cert dest/usr/bin/opkg-cert install -m 0755 -d dest/usr/sbin/ ln -sf /usr/bin/opkg-cert dest/usr/sbin/opkg-key |