mirror of
https://github.com/pygos/build.git
synced 2024-11-25 04:20:41 +01:00
fix: overwrite compressed logfile if it already exists
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
a9eb892920
commit
dd643ca334
1 changed files with 1 additions and 1 deletions
|
@ -21,5 +21,5 @@ run_pkg_command() {
|
|||
$FUNCTION "$SRC" &>> "$LOGFILE" < /dev/null
|
||||
popd > /dev/null
|
||||
|
||||
gzip "$LOGFILE"
|
||||
gzip -f "$LOGFILE"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue