Quick Updates

svn path=/trunk/boinc/; revision=21915
This commit is contained in:
Rom Walton 2010-07-13 20:34:12 +00:00
parent d1a862bc5e
commit 134b4314f0
1 changed files with 3 additions and 0 deletions

View File

@ -49,5 +49,8 @@ install-exec-hook:
if [ -f $$ldir/BOINC-Manager.mo ] ; then \ if [ -f $$ldir/BOINC-Manager.mo ] ; then \
$(INSTALL) $$ldir/BOINC-Manager.mo $$mydir/$$ldir/BOINC-Manager.mo ; \ $(INSTALL) $$ldir/BOINC-Manager.mo $$mydir/$$ldir/BOINC-Manager.mo ; \
fi ;\ fi ;\
if [ -f $$ldir/BOINC-Client.mo ] ; then \
$(INSTALL) $$ldir/BOINC-Client.mo $$mydir/$$ldir/BOINC-Client.mo ; \
fi ;\
done done