forked from pool/boinc-client
c6f7a6803b
update to 7.2.42 OBS-URL: https://build.opensuse.org/request/show/227113 OBS-URL: https://build.opensuse.org/package/show/network/boinc-client?expand=0&rev=34
21 lines
825 B
Diff
21 lines
825 B
Diff
Index: locale/Makefile.am
|
|
===================================================================
|
|
--- locale/Makefile.am.orig
|
|
+++ locale/Makefile.am
|
|
@@ -45,12 +45,12 @@ locale_dirs = \
|
|
install-data-hook:
|
|
mydir=$(DESTDIR)$(datadir) ;\
|
|
for ldir in $(locale_dirs) ; do \
|
|
- $(INSTALL) -d $$mydir/$$ldir ; \
|
|
+ $(INSTALL) -d $$mydir/$$ldir/LC_MESSAGES ; \
|
|
if [ -f $$ldir/BOINC-Manager.mo ] ; then \
|
|
- $(INSTALL_DATA) $$ldir/BOINC-Manager.mo $$mydir/$$ldir/BOINC-Manager.mo ; \
|
|
+ $(INSTALL_DATA) $$ldir/BOINC-Manager.mo $$mydir/$$ldir/LC_MESSAGES/BOINC-Manager.mo ; \
|
|
fi ;\
|
|
if [ -f $$ldir/BOINC-Client.mo ] ; then \
|
|
- $(INSTALL_DATA) $$ldir/BOINC-Client.mo $$mydir/$$ldir/BOINC-Client.mo ; \
|
|
+ $(INSTALL_DATA) $$ldir/BOINC-Client.mo $$mydir/$$ldir/LC_MESSAGES/BOINC-Client.mo ; \
|
|
fi ;\
|
|
done
|
|
|