forked from kiss-community/kiss
kiss: Append to file when using KISS_BFD
This commit is contained in:
parent
cf1c9598c1
commit
e1b4afd742
2
kiss
2
kiss
@ -495,7 +495,7 @@ pkg_build() {
|
|||||||
log "$pkg" "Starting build"
|
log "$pkg" "Starting build"
|
||||||
|
|
||||||
# Call the build script.
|
# 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"
|
die "$pkg" "Build failed"
|
||||||
|
|
||||||
# Copy the repository files to the package directory.
|
# Copy the repository files to the package directory.
|
||||||
|
Loading…
Reference in New Issue
Block a user