diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-04 17:37:29 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-04 17:37:29 (EDT) |
commit | d0fa56f70360441f26b3f7c3a6557603d60191e8 (patch) | |
tree | cf1d34de6b31eedbfe7894125a88c7de69e333b4 /build | |
parent | e30cba792afeed6a1b42fb62393781332b8a1544 (diff) |
build: Fix comment
Diffstat (limited to 'build')
-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 |