mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
config/functions: fix save_build_config when build directory doesn't exist
This commit is contained in:
parent
5903b068a0
commit
76e402cfed
@ -775,6 +775,7 @@ load_build_config() {
|
||||
|
||||
save_build_config() {
|
||||
local var
|
||||
mkdir -p ${BUILD}
|
||||
rm -f ${BUILD}/.build.conf
|
||||
for var in PROJECT DEVICE ARCH DEBUG BUILD_SUFFIX; do
|
||||
echo "export ${var}=\"${!var}\"" >> ${BUILD}/.build.conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user