diff options
-rwxr-xr-x | kiss | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -481,6 +481,8 @@ pkg_build() { # Move to the build directory. cd "$mak_dir/$pkg" + log "$pkg" "Starting build" + # Call the build script. "$repo_dir/build" "$pkg_dir/$pkg" || die "$pkg" "Build failed" |