Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2019-06-05 16:09:05 +0300
committerGitHub <noreply@github.com>2019-06-05 16:09:05 +0300
commit6f649c754d987c2fa2354b0897fb6f01fffeb22d (patch)
treedf280a73a46465f4e7cec034591b70db2580f998 /eng/common/cross
parent4f1961e0edf1286902e32a1c01c9cdb4c4f1781b (diff)
Update dependencies from https://github.com/dotnet/arcade build 20190604.23 (#605)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19304.23
Diffstat (limited to 'eng/common/cross')
-rw-r--r--eng/common/cross/build-rootfs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/common/cross/build-rootfs.sh b/eng/common/cross/build-rootfs.sh
index 34d3d2ba1..7c4e12265 100644
--- a/eng/common/cross/build-rootfs.sh
+++ b/eng/common/cross/build-rootfs.sh
@@ -181,7 +181,7 @@ if [ -z "$__RootfsDir" ] && [ ! -z "$ROOTFS_DIR" ]; then
fi
if [ -z "$__RootfsDir" ]; then
- __RootfsDir="$__CrossDir/rootfs/$__BuildArch"
+ __RootfsDir="$__CrossDir/../../../.tools/rootfs/$__BuildArch"
fi
if [ -d "$__RootfsDir" ]; then