Skip to content

Commit

Permalink
ACPI tools / acpidump: must be run as root - install it into /usr/sbin
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thomas Renninger authored and Rafael J. Wysocki committed Feb 5, 2013
1 parent 88b62b9 commit e183fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/power/acpi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e183fcb

Please sign in to comment.