summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-17 19:20:30 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-17 19:20:30 (EDT)
commitdcad0c89d7d409eff31d1f654038ffc342b0140a (patch)
tree75a421f9d8aaa404167778e216e0a718f7b11636
parent13db24ed7309b2b5da822899b147e85807c82907 (diff)
build: Install intercepts
-rwxr-xr-xbuild2
1 files changed, 2 insertions, 0 deletions
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