824f0d30ab
- Add latest turbostat sources (latest git commit: 30f05309bde492) - Adds Skylake, Broadwell and Knights Landing support for turbostat (fate#319798, fate#319183, fate#319516) OBS-URL: https://build.opensuse.org/package/show/hardware/cpupower?expand=0&rev=55
11 lines
546 B
Diff
11 lines
546 B
Diff
Index: turbostat-4.8/Makefile
|
|
===================================================================
|
|
--- turbostat-4.8.orig/Makefile 2016-01-21 12:41:36.053333345 +0100
|
|
+++ turbostat-4.8/Makefile 2016-01-26 18:25:57.334212372 +0100
|
|
@@ -23,4 +23,4 @@ install : turbostat
|
|
install -d $(DESTDIR)$(PREFIX)/bin
|
|
install $(BUILD_OUTPUT)/turbostat $(DESTDIR)$(PREFIX)/bin/turbostat
|
|
install -d $(DESTDIR)$(PREFIX)/share/man/man8
|
|
- install turbostat.8 $(DESTDIR)$(PREFIX)/share/man/man8
|
|
+ install -m 0644 turbostat.8 $(DESTDIR)$(PREFIX)/share/man/man8
|