forked from pool/cpupower
Thomas Renninger
4c0962234c
Add turbostat-3.13.tar.bz2 Add turbostat_fix_man_perm.patch OBS-URL: https://build.opensuse.org/package/show/hardware/cpupower?expand=0&rev=29
11 lines
477 B
Diff
11 lines
477 B
Diff
Index: turbostat-3.13/Makefile
|
|
===================================================================
|
|
--- turbostat-3.13.orig/Makefile
|
|
+++ turbostat-3.13/Makefile
|
|
@@ -19,4 +19,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
|