diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,9 +23,9 @@ 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... - cp ../opkg-key dest/usr/bin/opkg-key + cp ../opkg-key dest/usr/bin/opkg-key-lede sed 's|@opkglibdir@|/var/lib|g' src/utils/update-alternatives.in \ - >dest/usr/bin/update-alternatives + >dest/usr/bin/update-alternatives-lede oh-fixperms oh-strip oh-installfiles |