Better output

Address https://github.com/armbian/build/pull/5597#issuecomment-1679030905

@viraniac plz review
This commit is contained in:
Kreyren 2023-08-15 16:47:23 +02:00 committed by Igor
parent 40bfcfe0f1
commit d9c10acb07

View File

@ -110,7 +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.."
display_alert "Building package '${deb_final_filename/*\//}', this might take a while.." info
run_host_command_logged_raw fakeroot dpkg-deb -b "-Z${DEB_COMPRESS}" "${package_directory}" "${deb_final_filename}"
}