mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
make_tarball: support generating a Corrosion vendor tarball
This commit is contained in:
parent
9c8c7f9251
commit
94ae87afa0
1 changed files with 5 additions and 0 deletions
|
@ -68,6 +68,11 @@ $TAR_APPEND --no-recursion user_doc
|
||||||
$TAR_APPEND user_doc/html user_doc/man
|
$TAR_APPEND user_doc/html user_doc/man
|
||||||
$TAR_APPEND version
|
$TAR_APPEND version
|
||||||
|
|
||||||
|
if [ -n "$VENDOR_TARBALLS" ]; then
|
||||||
|
$BUILD_TOOL corrosion-vendor.tar.gz
|
||||||
|
mv corrosion-vendor.tar.gz ${FISH_ARTEFACT_PATH:-~/fish_built}/${prefix}_corrosion-vendor.tar.gz
|
||||||
|
fi
|
||||||
|
|
||||||
cd -
|
cd -
|
||||||
rm -r "$PREFIX_TMPDIR"
|
rm -r "$PREFIX_TMPDIR"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue