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

@@ -34,7 +34,7 @@ function compile_armbian-bsp-cli-transitional() {
EOF
# Build / close the package. This will run shellcheck / show the generated files if debugging
fakeroot_dpkg_deb_build "${destination}" "armbian-bsp-cli-transitional"
dpkg_deb_build "${destination}" "armbian-bsp-cli-transitional"
done_with_temp_dir "${cleanup_id}" # changes cwd to "${SRC}" and fires the cleanup function early
@@ -213,7 +213,7 @@ function compile_armbian-bsp-cli() {
fi
# Build / close the package. This will run shellcheck / show the generated files if debugging
fakeroot_dpkg_deb_build "${destination}" "armbian-bsp-cli"
dpkg_deb_build "${destination}" "armbian-bsp-cli"
done_with_temp_dir "${cleanup_id}" # changes cwd to "${SRC}" and fires the cleanup function early

View File

@@ -59,7 +59,7 @@ function compile_armbian-bsp-desktop() {
eval "${AGGREGATED_DESKTOP_BSP_PREPARE}"
display_alert "Done with bsp-desktop -specific aggregated prepare script" "AGGREGATED_DESKTOP_BSP_PREPARE" "debug"
fakeroot_dpkg_deb_build "${destination}" "armbian-bsp-desktop"
dpkg_deb_build "${destination}" "armbian-bsp-desktop"
done_with_temp_dir "${cleanup_id}" # changes cwd to "${SRC}" and fires the cleanup function early
}