forked from pool/cpupower
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
|
||
|
|