kiss: Append to file when using KISS_BFD

This commit is contained in:
Dylan Araps 2020-01-11 14:41:26 +02:00
parent cf1c9598c1
commit e1b4afd742
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -495,7 +495,7 @@ pkg_build() {
log "$pkg" "Starting build"
# Call the build script.
"$repo_dir/build" "$pkg_dir/$pkg" >"${KISS_BFD:=/dev/fd/0}" 2>&1 ||
"$repo_dir/build" "$pkg_dir/$pkg" >>"${KISS_BFD:=/dev/fd/0}" 2>&1 ||
die "$pkg" "Build failed"
# Copy the repository files to the package directory.