Browse Source

Merge branch 'pm-tools'

* pm-tools:
  ACPI tools / acpidump: must be run as root - install it into /usr/sbin
Rafael J. Wysocki 12 years ago
parent
commit
95ecb40769
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/power/acpi/Makefile

+ 1 - 1
tools/power/acpi/Makefile

@@ -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