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
_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to