diff options
author | P. J. McDermott <pjm@nac.net> | 2014-02-19 22:08:08 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-02-19 22:08:08 (EST) |
commit | 97e4306a0f4c690e2f17cdcf1c8c1dc1642b5881 (patch) | |
tree | 97cb2fa8d16b60b8be559b74bf6d9913c7db35fc /build | |
parent | 0c445507d6f714536ea1142b322ba8799a15e4fc (diff) |
Manage /usr/bin/mkpasswd with update-alternatives.
This is also provided by busybox.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ install: build # Move pkgIndex.tcl. mkdir -p dest/usr/share/tcltk mv dest/usr/lib/$(OPK_HOST_ARCH)/expect$(V) dest/usr/share/tcltk + mv dest/usr/bin/mkpasswd dest/usr/bin/mkpasswd.expect oh-fixperms oh-strip oh-installfiles |