diff options
-rwxr-xr-x | build | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -26,8 +26,7 @@ build: install: build oh-autoinstall mv dest/usr/bin/opkg-cl dest/usr/bin/opkg - @# From OpenWrt: - cp ../opkg-key dest/usr/bin/opkg-key + install -m 0755 ../opkg-cert dest/usr/bin/opkg-cert @# 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 |