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

Tao Wang dancefire at gmail.com
Thu May 27 10:28:27 EDT 2010


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?

-- 
Regards

Tao Wang


More information about the gnucash-devel mailing list