mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-23 09:26:27 -06:00
Win32 build: Make sure to distribute all of gwenhywfar's share directory.
In newer gwenhywfar versions there are more sub-directories here which are required for the online banking setup GUI. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21378 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
ba89a190b7
commit
9ba96dd403
@ -166,8 +166,8 @@ function dist_gwenhywfar() {
|
|||||||
cp -a ${_GWENHYWFAR_UDIR}/bin/*.dll ${DIST_UDIR}/bin
|
cp -a ${_GWENHYWFAR_UDIR}/bin/*.dll ${DIST_UDIR}/bin
|
||||||
mkdir -p ${DIST_UDIR}/etc
|
mkdir -p ${DIST_UDIR}/etc
|
||||||
cp -a ${_GWENHYWFAR_UDIR}/lib/gwenhywfar ${DIST_UDIR}/lib
|
cp -a ${_GWENHYWFAR_UDIR}/lib/gwenhywfar ${DIST_UDIR}/lib
|
||||||
mkdir -p ${DIST_UDIR}/share/gwenhywfar
|
mkdir -p ${DIST_UDIR}/share
|
||||||
cp -a ${_GWENHYWFAR_UDIR}/share/gwenhywfar/ca-bundle.crt ${DIST_UDIR}/share/gwenhywfar
|
cp -a ${_GWENHYWFAR_UDIR}/share/gwenhywfar ${DIST_UDIR}/share
|
||||||
}
|
}
|
||||||
|
|
||||||
function dist_isocodes() {
|
function dist_isocodes() {
|
||||||
|
Loading…
Reference in New Issue
Block a user