From dcad0c89d7d409eff31d1f654038ffc342b0140a Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 17 Apr 2019 19:20:30 -0400 Subject: build: Install intercepts --- diff --git a/build b/build index f1e5d9e..2983735 100755 --- a/build +++ b/build @@ -32,6 +32,8 @@ install: build @# 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 + @# Or these... + install -m 0755 -D src/intercept/* dest/usr/share/opkg/intercept/ oh-fixperms oh-strip -k oh-installfiles -- cgit v0.9.1