We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8412a3e + 5957537 commit 97906c1Copy full SHA for 97906c1
please.sh
@@ -3327,6 +3327,7 @@ create_sdk_artifact () { # [--out=<directory>] [--git-sdk=<directory>] [--archit
3327
printf '\n' >>"$sparse_checkout_file" &&
3328
git -C "$git_sdk_path" show HEAD:.sparse/makepkg-git-i686 >>"$sparse_checkout_file"
3329
fi &&
3330
+ printf '\n# For the /etc/msystem.d/ check\n/etc/msystem.d/\n\n' >>"$sparse_checkout_file" &&
3331
printf '\n# markdown, to render the release notes\n/usr/bin/markdown\n\n' >>"$sparse_checkout_file" &&
3332
ARCH=$architecture "$output_path/git-cmd.exe" --command=usr\\bin\\sh.exe -l \
3333
"${this_script_path%/*}/make-file-list.sh" | sed -e 's|[][]|\\&|g' -e 's|^|/|' >>"$sparse_checkout_file"
0 commit comments