]> git.pld-linux.org Git - packages/cpufreqd.git/blame - cpufreqd-am.patch
- 1.2.3 - only memleaks fixed, STB
[packages/cpufreqd.git] / cpufreqd-am.patch
CommitLineData
e08403f2
AM
1diff -urN cpufreqd-1.0.1.org/Makefile.am cpufreqd-1.0.1/Makefile.am
2--- cpufreqd-1.0.1.org/Makefile.am 2003-10-13 16:25:46.000000000 +0200
3+++ cpufreqd-1.0.1/Makefile.am 2003-10-13 16:26:17.000000000 +0200
4@@ -42,7 +42,7 @@
5 if [ -f $(DESTDIR)/$(sysconfdir)/cpufreqd.conf ]; then \
6 echo "** preserving old configuration file **"; \
7 else \
8- install -Dm 0644 -o root -g root cpufreqd.conf $(DESTDIR)/$(sysconfdir)/cpufreqd.conf; \
9+ install -Dm 0644 cpufreqd.conf $(DESTDIR)/$(sysconfdir)/cpufreqd.conf; \
10 fi;
af17f3b5 11
af17f3b5 12 #sysconf_DATA = cpufreqd.conf
This page took 0.071958 seconds and 4 git commands to generate.