1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-05-13 17:26:13 +02:00

Compress log files after a package stage has completed

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
David Oberhollenzer 2019-03-05 16:19:55 +01:00
parent 2c741e06f3
commit 705290a2cb

View file

@ -22,4 +22,6 @@ run_pkg_command() {
pushd "$PKGBUILDDIR" > /dev/null
$FUNCTION "$SRC" "$PKGDEPLOYDIR" &>> "$LOGFILE" < /dev/null
popd > /dev/null
gzip "$LOGFILE"
}