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() {

View File

@@ -256,7 +256,7 @@ function adaptative_prepare_host_dependencies() {
ca-certificates ccache cpio
debootstrap device-tree-compiler dialog dirmngr dosfstools
dwarves # dwarves has been replaced by "pahole" and is now a transitional package
fakeroot flex
flex
gawk gnupg gpg
imagemagick # required for boot_logo, plymouth: converting images / spinners
jq # required for parsing JSON, specially rootfs-caching related.