浏览代码

Merge branch 'pm-tools'

* pm-tools:
  ACPI tools / acpidump: must be run as root - install it into /usr/sbin
Rafael J. Wysocki 12 年之前
父节点
当前提交
95ecb40769
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)) *~
 	rm -f $(CLEANFILES) $(patsubst %.c,%.o, $(SRCS)) *~
 
 
 install :
 install :
-	install acpidump /usr/bin/acpidump
+	install acpidump /usr/sbin/acpidump
 	install acpidump.8 /usr/share/man/man8
 	install acpidump.8 /usr/share/man/man8