From d0fa56f70360441f26b3f7c3a6557603d60191e8 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 04 Apr 2019 17:37:29 -0400 Subject: build: Fix comment --- diff --git a/build b/build index 84de890..65bf9a6 100755 --- a/build +++ b/build @@ -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 -- cgit v0.9.1