diff options
author | Patrick 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) |
commit | dcad0c89d7d409eff31d1f654038ffc342b0140a (patch) | |
tree | 75a421f9d8aaa404167778e216e0a718f7b11636 /build | |
parent | 13db24ed7309b2b5da822899b147e85807c82907 (diff) |
build: Install intercepts
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |