mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
dpkg-deb: rename fakeroot_dpkg_deb_build -> dpkg_deb_build
This commit is contained in:
@@ -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...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user