mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
utils-dpkgdeb: Add alert for compressing
The command takes long time to continue and it makes it seem like the build halted, so this adds an alert to mitigate this
This commit is contained in:
@@ -110,6 +110,7 @@ function fakeroot_dpkg_deb_build() {
|
||||
deb_final_dir=$(dirname "${deb_final_filename}")
|
||||
|
||||
mkdir -p "${deb_final_dir}"
|
||||
display_alert "Compressing package directories, this make take some time.."
|
||||
run_host_command_logged_raw fakeroot dpkg-deb -b "-Z${DEB_COMPRESS}" "${package_directory}" "${deb_final_filename}"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user