mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
extensions: don't export, declare -g
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
function add_host_dependencies__cleanup_space_final_image_zerofree() {
|
||||
export EXTRA_BUILD_DEPS="${EXTRA_BUILD_DEPS} zerofree"
|
||||
declare -g EXTRA_BUILD_DEPS="${EXTRA_BUILD_DEPS} zerofree"
|
||||
}
|
||||
|
||||
function post_customize_image__998_cleanup_apt_stuff() {
|
||||
|
||||
Reference in New Issue
Block a user