Skip to content

Commit 97906c1

Browse files
authored
Merge pull request #623 from git-for-windows/let-build-installers-include-msystem.d-when-available
build-installers: include `/etc/msystem.d` when available
2 parents 8412a3e + 5957537 commit 97906c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

please.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3327,6 +3327,7 @@ create_sdk_artifact () { # [--out=<directory>] [--git-sdk=<directory>] [--archit
33273327
printf '\n' >>"$sparse_checkout_file" &&
33283328
git -C "$git_sdk_path" show HEAD:.sparse/makepkg-git-i686 >>"$sparse_checkout_file"
33293329
fi &&
3330+
printf '\n# For the /etc/msystem.d/ check\n/etc/msystem.d/\n\n' >>"$sparse_checkout_file" &&
33303331
printf '\n# markdown, to render the release notes\n/usr/bin/markdown\n\n' >>"$sparse_checkout_file" &&
33313332
ARCH=$architecture "$output_path/git-cmd.exe" --command=usr\\bin\\sh.exe -l \
33323333
"${this_script_path%/*}/make-file-list.sh" | sed -e 's|[][]|\\&|g' -e 's|^|/|' >>"$sparse_checkout_file"

0 commit comments

Comments
 (0)