forked from pool/cpupower
Thomas Renninger
8d9c29c3ee
- Add x86_energy_perf_bias tool This is a tool which is, same as turbostat, located in kernel sources here: tools/power/x86/ A x86_energy_perf_policy-17.05.11.tar.bz2 A x86_perf_fix_man_permissions.patch A x86_perf_makefile_fix_asm_header.patch OBS-URL: https://build.opensuse.org/request/show/563085 OBS-URL: https://build.opensuse.org/package/show/hardware/cpupower?expand=0&rev=77
12 lines
666 B
Diff
12 lines
666 B
Diff
Index: x86_energy_perf_policy-17.05.11/Makefile
|
|
===================================================================
|
|
--- x86_energy_perf_policy-17.05.11.orig/Makefile 2018-01-09 16:59:12.831811429 +0100
|
|
+++ x86_energy_perf_policy-17.05.11/Makefile 2018-01-09 16:59:33.133035858 +0100
|
|
@@ -24,5 +24,5 @@ install : x86_energy_perf_policy
|
|
install -d $(DESTDIR)$(PREFIX)/bin
|
|
install $(BUILD_OUTPUT)/x86_energy_perf_policy $(DESTDIR)$(PREFIX)/bin/x86_energy_perf_policy
|
|
install -d $(DESTDIR)$(PREFIX)/share/man/man8
|
|
- install x86_energy_perf_policy.8 $(DESTDIR)$(PREFIX)/share/man/man8
|
|
+ install -m 644 x86_energy_perf_policy.8 $(DESTDIR)$(PREFIX)/share/man/man8
|
|
|