blob: f7fa7970162d01ba64372499a4ea7ad30c8a9362 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff -urN boinc-6.6.40.old/locale/Makefile.am boinc-6.6.40/locale/Makefile.am
--- boinc-6.6.40.old/locale/Makefile.am 2009-01-01 02:07:26.000000000 +0100
+++ boinc-6.6.40/locale/Makefile.am 2009-09-26 14:30:36.000000000 +0200
@@ -46,8 +46,8 @@
mydir=$(DESTDIR)$(datadir) ;\
for ldir in $(locale_dirs) ; do \
$(INSTALL) -d $$mydir/$$ldir ; \
- if [ -f $$ldir/BOINC-Manager.po ] ; then \
- $(INSTALL) $$ldir/BOINC-Manager.po $$mydir/$$ldir/BOINC-Manager.po ; \
+ if [ -f $$ldir/BOINC-Manager.mo ] ; then \
+ $(INSTALL) $$ldir/BOINC-Manager.mo $$mydir/$$ldir/BOINC-Manager.mo ; \
fi ;\
done
|