dpkg-deb: rename fakeroot_dpkg_deb_build -> dpkg_deb_build

This commit is contained in:
Ricardo Pardini
2023-10-08 15:10:52 +02:00
committed by Igor
parent 5ed338fb60
commit 0047f8e3bd
12 changed files with 20 additions and 20 deletions

View File

@@ -425,7 +425,7 @@ function compile_uboot() {
[[ -n $atftempdir && -f $atftempdir/license.md ]] && run_host_command_logged cp "${atftempdir}/license.md" "$uboottempdir/usr/lib/u-boot/LICENSE.atf"
display_alert "Building u-boot deb" "(version: ${artifact_version})"
fakeroot_dpkg_deb_build "$uboottempdir" "uboot"
dpkg_deb_build "$uboottempdir" "uboot"
[[ -n $atftempdir ]] && rm -rf "${atftempdir:?}" # @TODO: intricate cleanup; u-boot's pkg uses ATF's tempdir...