]> git.pld-linux.org Git - packages/cpufreqd.git/blob - cpufreqd-am.patch
- BR sysfsutils-devel
[packages/cpufreqd.git] / cpufreqd-am.patch
1 diff -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;
11  
12  #sysconf_DATA = cpufreqd.conf
This page took 0.043268 seconds and 3 git commands to generate.