mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
Remove trace of corrosion
This commit is contained in:
parent
6eaaa3adc3
commit
d99a5bae88
1 changed files with 0 additions and 5 deletions
|
@ -68,11 +68,6 @@ $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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue