[git commit] man: install to /usr/bin, not /sbin

Denys Vlasenko vda.linux at googlemail.com
Wed Mar 27 13:30:18 UTC 2013


commit: http://git.busybox.net/busybox/commit/?id=80a38ca11c3c9e0fdef07ad3fc908aa54afb4386
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 include/applets.src.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/applets.src.h b/include/applets.src.h
index 29ab167..00172b1 100644
--- a/include/applets.src.h
+++ b/include/applets.src.h
@@ -236,7 +236,7 @@ IF_LZOP(APPLET(lzop, BB_DIR_BIN, BB_SUID_DROP))
 IF_LZOP(APPLET_ODDNAME(lzopcat, lzop, BB_DIR_USR_BIN, BB_SUID_DROP, lzopcat))
 IF_MAKEDEVS(APPLET(makedevs, BB_DIR_SBIN, BB_SUID_DROP))
 IF_MAKEMIME(APPLET(makemime, BB_DIR_BIN, BB_SUID_DROP))
-IF_MAN(APPLET(man, BB_DIR_SBIN, BB_SUID_DROP))
+IF_MAN(APPLET(man, BB_DIR_USR_BIN, BB_SUID_DROP))
 IF_MATCHPATHCON(APPLET(matchpathcon, BB_DIR_USR_SBIN, BB_SUID_DROP))
 IF_MD5SUM(APPLET_NOEXEC(md5sum, md5_sha1_sum, BB_DIR_USR_BIN, BB_SUID_DROP, md5sum))
 IF_MICROCOM(APPLET(microcom, BB_DIR_USR_BIN, BB_SUID_DROP))


More information about the busybox-cvs mailing list