Skip to content

Commit

Permalink
dpkg-deb: don't use fakeroot, we're already root; don't add fakeroot …
Browse files Browse the repository at this point in the history
…dep either
  • Loading branch information
rpardini authored and igorpecovnik committed Oct 13, 2023
1 parent 3b54d17 commit 5ed338f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/functions/compilation/packages/utils-dpkgdeb.sh
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion lib/functions/host/prepare-host.sh
Expand Up @@ -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.
Expand Down

0 comments on commit 5ed338f

Please sign in to comment.