2012-02-02 21:59:26 +01:00
|
|
|
Index: locale/Makefile.am
|
|
|
|
===================================================================
|
|
|
|
--- locale/Makefile.am.orig
|
|
|
|
+++ locale/Makefile.am
|
2012-07-01 22:09:47 +02:00
|
|
|
@@ -45,12 +45,12 @@ locale_dirs = \
|
2014-03-22 15:01:27 +01:00
|
|
|
install-data-hook:
|
2009-05-04 17:59:30 +02:00
|
|
|
mydir=$(DESTDIR)$(datadir) ;\
|
|
|
|
for ldir in $(locale_dirs) ; do \
|
|
|
|
- $(INSTALL) -d $$mydir/$$ldir ; \
|
2008-10-12 00:54:17 +02:00
|
|
|
+ $(INSTALL) -d $$mydir/$$ldir/LC_MESSAGES ; \
|
2011-04-28 19:29:54 +02:00
|
|
|
if [ -f $$ldir/BOINC-Manager.mo ] ; then \
|
2014-03-22 15:01:27 +01:00
|
|
|
- $(INSTALL_DATA) $$ldir/BOINC-Manager.mo $$mydir/$$ldir/BOINC-Manager.mo ; \
|
|
|
|
+ $(INSTALL_DATA) $$ldir/BOINC-Manager.mo $$mydir/$$ldir/LC_MESSAGES/BOINC-Manager.mo ; \
|
2009-05-04 17:59:30 +02:00
|
|
|
fi ;\
|
2012-07-01 22:09:47 +02:00
|
|
|
if [ -f $$ldir/BOINC-Client.mo ] ; then \
|
2014-03-22 15:01:27 +01:00
|
|
|
- $(INSTALL_DATA) $$ldir/BOINC-Client.mo $$mydir/$$ldir/BOINC-Client.mo ; \
|
|
|
|
+ $(INSTALL_DATA) $$ldir/BOINC-Client.mo $$mydir/$$ldir/LC_MESSAGES/BOINC-Client.mo ; \
|
2012-07-01 22:09:47 +02:00
|
|
|
fi ;\
|
2009-05-04 17:59:30 +02:00
|
|
|
done
|
|
|
|
|