diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-10 10:33:58 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-11 01:06:24 (EST) |
commit | 960bc63bf71108bb91513022eb5d848441f45f66 (patch) | |
tree | 317b8901d66da3b86da0f4644584620b44219af0 /build | |
parent | 6ea3071112bc5cfab7dc5bf552e7a912537ff6cf (diff) |
update-alternatives /usr/bin/dialog
Diffstat (limited to 'build')
-rwxr-xr-x | build | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ build: install: build set -e; for lib in $(curses_libs); do \ oh-autoinstall -B build_$${lib}; \ + mv dest/usr/bin/dialog dest/usr/bin/dialog.$${lib}; \ done rm dest/usr/lib/$(OPK_HOST_ARCH)/libdialog.a oh-fixperms |