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

Geert Janssens janssens-geert at telenet.be
Sat May 29 12:36:53 EDT 2010


On Thursday 27 May 2010, Tao Wang wrote:
> 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?
> 
Thank you for reporting this. I have fixed it in r19210.

Geert


More information about the gnucash-devel mailing list