Apply spicetools-22-10-21

This commit is contained in:
smpn2 2022-12-16 23:19:02 +09:00
parent 6c914266d9
commit 8957d9d446
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -193,7 +193,7 @@ mkdir -p ${OUTDIR}/src
if ((INCLUDE_SRC > 0))
then
echo "Generating source file archive..."
git archive --format tar.gz -19 --prefix=spicetools/ HEAD > ${OUTDIR}/src/spicetools-${GIT_BRANCH}.tar.gz 2>/dev/null || \
git archive --format tar --prefix=spicetools/ HEAD | gzip -9 > ${OUTDIR}/src/spicetools-${GIT_BRANCH}.tar.gz 2>/dev/null || \
echo "WARNING: Couldn't get git to create the archive. Is this a git repository?"
fi