SHA256
1
0
forked from pool/tuned
Files
tuned/fix-glade-file-permission.patch

14 lines
534 B
Diff
Raw Normal View History

Index: tuned-2.8.0/Makefile
===================================================================
--- tuned-2.8.0.orig/Makefile
+++ tuned-2.8.0/Makefile
@@ -113,7 +113,7 @@ install: install-dirs
install -Dpm 0755 $(file) $(DESTDIR)/usr/sbin/$(notdir $(file));)
# glade
- install -Dpm 0755 tuned-gui.glade $(DESTDIR)$(DATADIR)/tuned/ui/tuned-gui.glade
+ install -Dpm 0644 tuned-gui.glade $(DESTDIR)$(DATADIR)/tuned/ui/tuned-gui.glade
# tools
install -Dpm 0755 experiments/powertop2tuned.py $(DESTDIR)/usr/bin/powertop2tuned