Kreyren 2023-08-15 17:12:36 +02:00 committed by Igor
parent d9c10acb07
commit 09fe68cd59

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