kiss: Add message prior to build

This commit is contained in:
Dylan Araps 2019-10-07 20:28:51 +03:00
parent a1469e33cc
commit 54c19f3efe
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 2 additions and 0 deletions

2
kiss
View File

@ -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"