Explorar o código

Merge branch 'pm-tools'

* pm-tools:
  ACPI tools / acpidump: must be run as root - install it into /usr/sbin
Rafael J. Wysocki %!s(int64=12) %!d(string=hai) anos
pai
achega
95ecb40769
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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