commit 54c19f3efe6e337943d5424a2bef986de59e717b parent a1469e33ccf7ffc6cf0df366014377c2a6410baa Author: Dylan Araps <dylan.araps@gmail.com> Date: Mon, 7 Oct 2019 20:28:51 +0300 kiss: Add message prior to build Diffstat:
M | kiss | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/kiss b/kiss @@ -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"