Commit 45f59c4adea419c238ce6798d375a91076f6b2b1
1 parent
1851d157
Exists in
v5.2
post-install script should run on build path.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
win/pack.sh
... | ... | @@ -444,7 +444,7 @@ buildApplication() |
444 | 444 | fi |
445 | 445 | |
446 | 446 | if [ -x ${PROJECTDIR}/win/install.${1} ]; then |
447 | - pushd ${WORKDIR}/sources/${1} | |
447 | + pushd ${WORKDIR}/build/${ARCH}/${1} | |
448 | 448 | ${PROJECTDIR}/win/install.${1} |
449 | 449 | if [ "$?" != "0" ]; then |
450 | 450 | failed "Can't install ${1}" | ... | ... |