mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-28 01:11:15 -03:00
make_tarball: support generating a Corrosion vendor tarball
This commit is contained in:
@@ -68,6 +68,11 @@ $TAR_APPEND --no-recursion user_doc
|
||||
$TAR_APPEND user_doc/html user_doc/man
|
||||
$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 -
|
||||
rm -r "$PREFIX_TMPDIR"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user