forked from pool/cpupower
Thomas Renninger
aa0dbb6615
- Update cpupower and turbostat to latest kernel v4.10 sources D library_cleanup.patch - Change .c file header file modification, modify in Makefile instead: D turbostat_set_asm_header_fixed.patch A turbostat_makefile_fix_asm_header.patch OBS-URL: https://build.opensuse.org/request/show/482046 OBS-URL: https://build.opensuse.org/package/show/hardware/cpupower?expand=0&rev=61
11 lines
549 B
Diff
11 lines
549 B
Diff
Index: turbostat-4.16/Makefile
|
|
===================================================================
|
|
--- turbostat-4.16.orig/Makefile 2017-02-19 23:34:00.000000000 +0100
|
|
+++ turbostat-4.16/Makefile 2017-03-22 19:21:43.638618401 +0100
|
|
@@ -24,4 +24,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
|