dpkg-deb: don't use fakeroot, we're already root; don't add fakeroot dep either

This commit is contained in:
Ricardo Pardini
2023-10-08 15:09:22 +02:00
committed by Igor
parent 3b54d17480
commit 5ed338fb60
2 changed files with 2 additions and 2 deletions

View File

@@ -111,7 +111,7 @@ function fakeroot_dpkg_deb_build() {
mkdir -p "${deb_final_dir}"
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}"
run_host_command_logged_raw dpkg-deb -b "-Z${DEB_COMPRESS}" "${package_directory}" "${deb_final_filename}"
}
function dpkg_deb_run_shellcheck_on_scripts() {