|
| 1 | +Upstream-Status: Inappropriate [Yocto specific] |
| 2 | + |
| 3 | +Index: xamarin-pkg-msbuild/gen_build_info.sh |
| 4 | +=================================================================== |
| 5 | +--- xamarin-pkg-msbuild.orig/gen_build_info.sh |
| 6 | ++++ xamarin-pkg-msbuild/gen_build_info.sh |
| 7 | +@@ -1,4 +1,4 @@ |
| 8 | +-#!/bin/sh |
| 9 | ++#!/bin/bash |
| 10 | + |
| 11 | + if [ $# -ne 1 ]; then |
| 12 | + echo "Usage: $0 <filename.cs>" |
| 13 | +Index: xamarin-pkg-msbuild/mono/create_bootstrap.sh |
| 14 | +=================================================================== |
| 15 | +--- xamarin-pkg-msbuild.orig/mono/create_bootstrap.sh |
| 16 | ++++ xamarin-pkg-msbuild/mono/create_bootstrap.sh |
| 17 | +@@ -1,4 +1,4 @@ |
| 18 | +-#!/bin/sh |
| 19 | ++#!/bin/bash |
| 20 | + |
| 21 | + # This creates a bootstrap from an exising mono installation |
| 22 | + # This is just to ensure that we have the correct "matched" Roslyn |
| 23 | +Index: xamarin-pkg-msbuild/msbuild-deploy.in |
| 24 | +=================================================================== |
| 25 | +--- xamarin-pkg-msbuild.orig/msbuild-deploy.in |
| 26 | ++++ xamarin-pkg-msbuild/msbuild-deploy.in |
| 27 | +@@ -1,4 +1,4 @@ |
| 28 | +-#!/bin/sh |
| 29 | ++#!/bin/bash |
| 30 | + ABSOLUTE_PATH=$(cd `dirname "${BASH_SOURCE[0]}"` && pwd)/`basename "${BASH_SOURCE[0]}"` |
| 31 | + MSBUILD_SRC_DIR=`dirname $ABSOLUTE_PATH` |
| 32 | + mono $MONO_OPTIONS $MSBUILD_SRC_DIR/MSBuild.exe $* |
| 33 | +Index: xamarin-pkg-msbuild/eng/cibuild_bootstrapped_msbuild.sh |
| 34 | +=================================================================== |
| 35 | +--- xamarin-pkg-msbuild.orig/eng/cibuild_bootstrapped_msbuild.sh |
| 36 | ++++ xamarin-pkg-msbuild/eng/cibuild_bootstrapped_msbuild.sh |
| 37 | +@@ -61,6 +61,7 @@ function DownloadMSBuildForMono { |
| 38 | + unzip -q "$msbuild_zip" -d "$artifacts_dir" |
| 39 | + # rename just to make it obvious when reading logs! |
| 40 | + mv $artifacts_dir/msbuild $mono_msbuild_dir |
| 41 | ++ sed -i 's#/sh$#/bash#' $artifacts_dir/mono-msbuild/msbuild |
| 42 | + chmod +x $artifacts_dir/mono-msbuild/MSBuild.dll |
| 43 | + |
| 44 | + if [[ `uname -s` != 'Darwin' ]]; then |
0 commit comments