]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
ACPI tools / acpidump: must be run as root - install it into /usr/sbin
authorThomas Renninger <trenn@suse.de>
Tue, 5 Feb 2013 22:35:32 +0000 (23:35 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 5 Feb 2013 22:35:32 +0000 (23:35 +0100)
Change the default location to install acpidump into from /usr/bin
to /usr/sbin, as this tool needs to be run as root.

[rjw: Subject and changelog]
Signed-off-by: Thomas Renninger <trenn@suse.de>
Tested-by: Lee, Chun-Yi <jlee@suse.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
tools/power/acpi/Makefile

index 6b9cf7a987c7c841664aebc21c072983e00053e1..bafeb8d662a3487bb17dae6d795d637de6de3313 100644 (file)
@@ -13,6 +13,6 @@ clean :
        rm -f $(CLEANFILES) $(patsubst %.c,%.o, $(SRCS)) *~
 
 install :
-       install acpidump /usr/bin/acpidump
+       install acpidump /usr/sbin/acpidump
        install acpidump.8 /usr/share/man/man8