]> git.ipfire.org Git - ipfire-3.x.git/blob - pkgs/cpufrequtils/patches/cpufrequtils-multilib.patch
Change file layout of the makefiles.
[ipfire-3.x.git] / pkgs / cpufrequtils / patches / cpufrequtils-multilib.patch
1 --- cpufrequtils-008/Makefile 2010-07-05 17:43:17.000000000 +0200
2 +++ Makefile.multilib 2010-07-16 11:31:40.294161413 +0200
3 @@ -206,6 +206,9 @@
4 --keyword=_ --keyword=N_ $(UTIL_SRC) && \
5 test -f $(PACKAGE).po && \
6 mv -f $(PACKAGE).po po/$(PACKAGE).pot
7 +# Avoid multilib issues by forcing the POT creation date
8 + sed -i 's/POT-Creation-Date: .*\\/Pot-Creation-Date: 2010-07-16 11:00+0200\\/' \
9 + po/${PACKAGE}.pot
10
11 update-gmo: po/$(PACKAGE).pot
12 @for HLANG in $(LANGUAGES); do \