summaryrefslogtreecommitdiff
path: root/build-packages.sh
diff options
context:
space:
mode:
authorTomas Weinfurt <tweinfurt@yahoo.com>2018-10-31 14:58:06 -0700
committerGitHub <noreply@github.com>2018-10-31 14:58:06 -0700
commit2fd737a51724aba6f49e0e06272343f05cc3917e (patch)
tree464628ed9dff7f46e44d47a110bc5d58fdf6be79 /build-packages.sh
parentccf84fc34b83c3d3e6b2b378136b55dda5f9bdc8 (diff)
downloadcoreclr-2fd737a51724aba6f49e0e06272343f05cc3917e.tar.gz
coreclr-2fd737a51724aba6f49e0e06272343f05cc3917e.tar.bz2
coreclr-2fd737a51724aba6f49e0e06272343f05cc3917e.zip
more changes to fix packaging on FreeBSD. runtime.json now contains freebsd-x64 and portable build/packaging works (#20725)
Diffstat (limited to 'build-packages.sh')
-rwxr-xr-xbuild-packages.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build-packages.sh b/build-packages.sh
index f06024e7f6..71345eb6a1 100755
--- a/build-packages.sh
+++ b/build-packages.sh
@@ -117,6 +117,8 @@ if [ $__IsPortableBuild == 1 ]; then
export __DistroRid="linux-$__Arch"
elif [ "$__BuildOS" == "OSX" ]; then
export __DistroRid="osx-$__Arch"
+ elif [ "$__BuildOS" == "FreeBSD" ]; then
+ export __DistroRid="freebsd-$__Arch"
fi
else
# init the host distro name