File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ SRC_URI = "git://github.com/mono/linux-packaging-msbuild.git;branch=main;protoco
2121 file://0001-Copy-hostfxr.patch \
2222 "
2323
24- S = "${UNPACKDIR } /git"
24+ S = "${WORKDIR } /git"
2525
2626do_configure () {
2727 sed "s|%libhostfxr%|${STAGING_DIR_TARGET}${libdir} /libhostfxr.so|g" -i ${S} /eng /cibuild_bootstrapped_msbuild . sh
@@ -41,8 +41,8 @@ export CURL_CA_BUNDLE="${STAGING_DIR_NATIVE}/etc/ssl/certs/ca-certificates.crt"
4141do_compile [network ] = "1"
4242
4343do_compile () {
44- mkdir -p ${UNPACKDIR } /build -home -dir
45- export HOME = ${UNPACKDIR } /build -home -dir
44+ mkdir -p ${WORKDIR } /build -home -dir
45+ export HOME = ${WORKDIR } /build -home -dir
4646
4747 # Sync Mono certificate store with ca-certificates
4848 cert -sync --user ${STAGING_DIR_NATIVE} /etc /ssl /certs /ca -certificates . crt
@@ -57,7 +57,7 @@ do_compile () {
5757}
5858
5959do_install () {
60- export HOME = ${UNPACKDIR } /build -home -dir
60+ export HOME = ${WORKDIR } /build -home -dir
6161
6262 . /stage1 /mono -msbuild /msbuild mono /build /install . proj /p :MonoInstallPrefix = "${D} " /p :Configuration = Release -MONO /p :IgnoreDiffFailure = true
6363}
You can’t perform that action at this time.
0 commit comments