mirror of
https://github.com/pygos/build.git
synced 2024-11-22 02:59:47 +01:00
fixup: also compress the prepare log after downloading
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
b77f8892bb
commit
ee56b08ffc
1 changed files with 2 additions and 0 deletions
|
@ -22,5 +22,7 @@ fetch_package() {
|
|||
echo "$PKGNAME - prepare"
|
||||
prepare "$SCRIPTDIR/pkg/$PKGNAME" &>> "$LOGFILE" < /dev/null
|
||||
popd > /dev/null
|
||||
|
||||
gzip -f "$LOGFILE"
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue