mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-24 09:13:20 -05:00
Merge branch 'pm-tools'
* pm-tools: ACPI tools / acpidump: must be run as root - install it into /usr/sbin
This commit is contained in:
commit
95ecb40769
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue