Should those locale files be copied to 'share/locale' on Windows?

Christian Stimming stimming at tuhh.de
Fri May 28 03:29:27 EDT 2010


Am Thursday 27 May 2010 schrieb Tao Wang:
> Hi,
> 
> I just noticed some of locale files are not copied to 'share/locale'
> by Windows installer, they are copied to 'lib/locale'. Should all of
> the locale files be copied to share/locale?
> 
> dist-impl.sh:
> 	Line 142:     cp -a $_LIBGSF_UDIR/share/locale $DIST_UDIR/lib
> 	Line 202:     cp -a ${_AQBANKING_UDIR}/share/locale ${DIST_UDIR}/lib
> 
> I think they should be:
> 
> 	Line 142:     cp -a $_LIBGSF_UDIR/share/locale $DIST_UDIR/share
> 	Line 202:     cp -a ${_AQBANKING_UDIR}/share/locale ${DIST_UDIR}/share
> 
> Am I wrong?

I think you're right and those should indeed be copied to share.

Regards,

Christian


More information about the gnucash-devel mailing list