SHA256
1
0
forked from pool/cpupower
cpupower/turbostat_fix_man_perm.patch
2014-01-31 17:08:18 +00:00

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