mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
Move DOTNET_LOC into the bash function
This commit is contained in:
parent
ab0b7a215a
commit
ef642f55fc
@ -95,13 +95,13 @@ dotnet_cp_file ()
|
||||
local -r dest="${1}"; shift
|
||||
if [ "${BUILD_KIND:+$BUILD_KIND}" = production ]
|
||||
then
|
||||
cp "${src}" "${dest}"
|
||||
cp "${DOTNET_LOC}/${src}" "${dest}"
|
||||
else
|
||||
_WGET -O "${dest}" "${WEB_DOTNET}/${src}"
|
||||
fi
|
||||
}
|
||||
|
||||
dotnet_cp_file "${DOTNET_LOC}/manifest" "${SCRATCH_DIR}/dotnet-packages-manifest"
|
||||
dotnet_cp_file "manifest" "${SCRATCH_DIR}/dotnet-packages-manifest"
|
||||
dotnet_cp_to_dir "${XMLRPC_DIR}" "UNSIGNED/CookComputing.XmlRpcV2.dll"
|
||||
dotnet_cp_to_dir "${LOG4NET_DIR}" "UNSIGNED/log4net.dll"
|
||||
dotnet_cp_to_dir "${SHARPZIPLIB_DIR}" "UNSIGNED/ICSharpCode.SharpZipLib.dll"
|
||||
|
Loading…
Reference in New Issue
Block a user