Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e183fcb3 authored by Thomas Renninger's avatar Thomas Renninger Committed by Rafael J. Wysocki
Browse files

ACPI tools / acpidump: must be run as root - install it into /usr/sbin



Change the default location to install acpidump into from /usr/bin
to /usr/sbin, as this tool needs to be run as root.

[rjw: Subject and changelog]
Signed-off-by: default avatarThomas Renninger <trenn@suse.de>
Tested-by: default avatarLee, Chun-Yi <jlee@suse.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 88b62b91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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