forked from pool/boinc-client
5024a320b2
fix for bnc#689499 OBS-URL: https://build.opensuse.org/request/show/102548 OBS-URL: https://build.opensuse.org/package/show/network/boinc-client?expand=0&rev=17
17 lines
585 B
Diff
17 lines
585 B
Diff
Index: locale/Makefile.am
|
|
===================================================================
|
|
--- locale/Makefile.am.orig
|
|
+++ locale/Makefile.am
|
|
@@ -45,9 +45,9 @@ locale_dirs = \
|
|
install-exec-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) $$ldir/BOINC-Manager.mo $$mydir/$$ldir/BOINC-Manager.mo ; \
|
|
+ $(INSTALL) $$ldir/BOINC-Manager.mo $$mydir/$$ldir/LC_MESSAGES/BOINC-Manager.mo ; \
|
|
fi ;\
|
|
done
|
|
|