diff options
-rwxr-xr-x | build | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,6 +27,8 @@ install: build oh-autoinstall mv dest/usr/bin/opkg-cl 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 @# opkg-lede's CMake build system doesn't install this... sed 's|@opkglibdir@|/var/lib|g' src/utils/update-alternatives.in \ >dest/usr/bin/update-alternatives |