Message ID | 1355591519-44664-3-git-send-email-trenn@suse.de (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
? ??2012-12-15 ? 18:11 +0100?Thomas Renninger ??? > Signed-off-by: Thomas Renninger <trenn@suse.de> Tested-by: Lee, Chun-Yi <jlee@suse.com> Thanks a lot! Joey lee > --- > tools/power/acpi/Makefile | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/tools/power/acpi/Makefile b/tools/power/acpi/Makefile > index 8650fd8..c5cbe30 100644 > --- a/tools/power/acpi/Makefile > +++ b/tools/power/acpi/Makefile > @@ -21,7 +21,7 @@ clean: > done > > install: > - install acpidump /usr/bin/acpidump > + install acpidump /usr/sbin/acpidump > install acpidump.8 /usr/share/man/man8 > for dir in $(SUBDIRS); do \ > $(MAKE) -C $$dir install; \ -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/tools/power/acpi/Makefile b/tools/power/acpi/Makefile index 8650fd8..c5cbe30 100644 --- a/tools/power/acpi/Makefile +++ b/tools/power/acpi/Makefile @@ -21,7 +21,7 @@ clean: done install: - install acpidump /usr/bin/acpidump + install acpidump /usr/sbin/acpidump install acpidump.8 /usr/share/man/man8 for dir in $(SUBDIRS); do \ $(MAKE) -C $$dir install; \
Signed-off-by: Thomas Renninger <trenn@suse.de> --- tools/power/acpi/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)