From 4e404e61aca3c316c023aa298862da06bc266bf2 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 17 Apr 2019 18:54:45 -0400 Subject: build: Link /usr/sbin/opkg-key to /usr/bin/opkg-cert --- diff --git a/build b/build index fd09791..f1e5d9e 100755 --- a/build +++ b/build @@ -27,6 +27,8 @@ install: build oh-autoinstall mv dest/usr/bin/opkg-cl dest/usr/bin/opkg install -m 0755 ../opkg-cert dest/usr/bin/opkg-cert + install -m 0755 -d dest/usr/sbin/ + ln -sf /usr/bin/opkg-cert dest/usr/sbin/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 -- cgit v0.9.1