Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
keep libexpat DLL needed by XML::XPath dependency for Proxy plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Jul 30, 2019
1 parent 5820250 commit 2102c77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ while (( ${iter} < ${#archs[@]} )); do
eval ${install} "${strawberry_arch_path}/portableshell.bat" "${tmpdir}/Strawberry/${strawberry_version}/${arch}"
eval ${install} "${strawberry_arch_path}/c/bin/dmake.exe" "${tmpdir}/Strawberry/${strawberry_version}/${arch}/c/bin"
eval ${install} "${strawberry_arch_path}/c/bin/libbz2-1*.dll" "${tmpdir}/Strawberry/${strawberry_version}/${arch}/c/bin"
eval ${install} "${strawberry_arch_path}/c/bin/libexpat*.dll" "${tmpdir}/Strawberry/${strawberry_version}/${arch}/c/bin"
eval ${install} "${strawberry_arch_path}/c/bin/liblzma-5*.dll" "${tmpdir}/Strawberry/${strawberry_version}/${arch}/c/bin"
eval ${install} "${strawberry_arch_path}/c/bin/libssl*.dll" "${tmpdir}/Strawberry/${strawberry_version}/${arch}/c/bin"
eval ${install} "${strawberry_arch_path}/c/bin/libcrypto*.dll" "${tmpdir}/Strawberry/${strawberry_version}/${arch}/c/bin"
Expand Down
2 changes: 1 addition & 1 deletion Perl/Scripts/load-perl-environment
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ declare -r strawberry_arch_path='${strawberry_path}/${arch}'
declare -r strawberry_arch_url='http://strawberryperl.com/download/${strawberry_version}/strawberry-perl-${strawberry_version}-${arch_label}-portable.zip'

declare -r strawberry_pepfia_branch='2.5.x'
declare -r strawberry_pepfia_build_id='1'
declare -r strawberry_pepfia_build_id='2'
declare -r strawberry_pepfia_path="${strawberry_path%/${strawberry_version}}"
declare -r strawberry_pepfia_file="strawberry-perl-${strawberry_version}-all-pepfia-${strawberry_pepfia_branch}-${strawberry_pepfia_build_id}.tar.xz"
declare -r strawberry_pepfia_par_file='strawberry-perl-${strawberry_version}-${arch}-par-pepfia-${strawberry_pepfia_branch}-${strawberry_pepfia_build_id}.zip'
Expand Down

0 comments on commit 2102c77

Please sign in to comment.