Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ACPI tools / acpidump: must be run as root - install it into /usr/sbin

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>

authored by

Thomas Renninger and committed by
Rafael J. Wysocki
e183fcb3 88b62b91

+1 -1
+1 -1
tools/power/acpi/Makefile
··· 13 13 rm -f $(CLEANFILES) $(patsubst %.c,%.o, $(SRCS)) *~ 14 14 15 15 install : 16 - install acpidump /usr/bin/acpidump 16 + install acpidump /usr/sbin/acpidump 17 17 install acpidump.8 /usr/share/man/man8 18 18