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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user