diff options
-rwxr-xr-x | build | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -22,8 +22,9 @@ build: install: build oh-autoinstall mv dest/usr/bin/opkg-cl dest/usr/bin/opkg-lede - @# opkg-lede's CMake build system doesn't install these... + @# From OpenWrt: cp ../opkg-key dest/usr/bin/opkg-key-lede + @# 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-lede oh-fixperms |