From dac8e79a190fcfedb9c9054034a521e84c7bec72 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 20 Jun 2012 20:24:57 +0200 Subject: Move several applets to different install dir: Moved to [/usr]/sbin: addgroup, adduser, delgroup, deluser, arping, chat, ether-wake, fdformat, ifplugd, ip, ipaddr, iplink, iproute, iprule, iptunnel, killall5, readahead, rtcwake, tftpd, add-shell, remove-shell, powertop. Moved to /bin for /usr/bin: kbd_mode. Signed-off-by: Denys Vlasenko --- procps/powertop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'procps/powertop.c') diff --git a/procps/powertop.c b/procps/powertop.c index 008cdfca4..b4c45edbc 100644 --- a/procps/powertop.c +++ b/procps/powertop.c @@ -9,7 +9,7 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ -//applet:IF_POWERTOP(APPLET(powertop, BB_DIR_BIN, BB_SUID_DROP)) +//applet:IF_POWERTOP(APPLET(powertop, BB_DIR_USR_SBIN, BB_SUID_DROP)) //kbuild:lib-$(CONFIG_POWERTOP) += powertop.o -- cgit v1.2.3