linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Renninger <trenn@suse.de>
To: linux-acpi@vger.kernel.org
Cc: rjw@sisk.pl, lenb@kernel.org, Thomas Renninger <trenn@suse.de>
Subject: [PATCH 2/2] tools acpidump: acpidump must be run as root - install it into /usr/sbin
Date: Sat, 15 Dec 2012 18:11:59 +0100	[thread overview]
Message-ID: <1355591519-44664-3-git-send-email-trenn@suse.de> (raw)
In-Reply-To: <1355591519-44664-1-git-send-email-trenn@suse.de>

Signed-off-by: Thomas Renninger <trenn@suse.de>
---
 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; \
-- 
1.7.6.1


  parent reply	other threads:[~2012-12-15 17:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-15 17:11 [PATCH 0/2] Introduce ec_access userspace tool Thomas Renninger
2012-12-15 17:11 ` [PATCH 1/2] tools/power/acpi: Introduce ec_access.c - tool to access the Embedded Controller (EC) safely for debugging purposes Thomas Renninger
2012-12-21  7:20   ` joeyli
2013-02-05 22:32   ` Rafael J. Wysocki
2012-12-15 17:11 ` Thomas Renninger [this message]
2012-12-21  7:20   ` [PATCH 2/2] tools acpidump: acpidump must be run as root - install it into /usr/sbin joeyli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1355591519-44664-3-git-send-email-trenn@suse.de \
    --to=trenn@suse.de \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=rjw@sisk.pl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).