aboutsummaryrefslogtreecommitdiff
path: root/kiss
diff options
context:
space:
mode:
Diffstat (limited to 'kiss')
-rwxr-xr-xkiss2
1 files changed, 1 insertions, 1 deletions
diff --git a/kiss b/kiss
index 29a1a55..c43a03b 100755
--- a/kiss
+++ b/kiss
@@ -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.