summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/build b/build
index c215edd..ad4af0b 100755
--- a/build
+++ b/build
@@ -25,12 +25,12 @@ build:
install: build
oh-autoinstall
- mv dest/usr/bin/opkg-cl dest/usr/bin/opkg-lede
+ mv dest/usr/bin/opkg-cl dest/usr/bin/opkg
@# From OpenWrt:
- cp ../opkg-key dest/usr/bin/opkg-key-lede
+ cp ../opkg-key dest/usr/bin/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-lede
+ >dest/usr/bin/update-alternatives
oh-fixperms
oh-strip -k
oh-installfiles