forked from kiss-community/kiss
kiss: Add message prior to build
This commit is contained in:
parent
a1469e33cc
commit
54c19f3efe
2
kiss
2
kiss
@ -481,6 +481,8 @@ pkg_build() {
|
|||||||
# Move to the build directory.
|
# Move to the build directory.
|
||||||
cd "$mak_dir/$pkg"
|
cd "$mak_dir/$pkg"
|
||||||
|
|
||||||
|
log "$pkg" "Starting build"
|
||||||
|
|
||||||
# Call the build script.
|
# Call the build script.
|
||||||
"$repo_dir/build" "$pkg_dir/$pkg" || die "$pkg" "Build failed"
|
"$repo_dir/build" "$pkg_dir/$pkg" || die "$pkg" "Build failed"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user