mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-05 07:55:00 -04:00
11.0: Cherrypick ASB topics
This commit is contained in:
parent
de1d7cf5ed
commit
715cb32468
3 changed files with 11 additions and 6 deletions
|
@ -99,7 +99,7 @@ if [ ! -d "$DOS_BUILD_BASE" ]; then
|
|||
fi;
|
||||
|
||||
export DOS_TMP_DIR="/tmp/dos_tmp";
|
||||
mkdir "$DOS_TMP_DIR";
|
||||
mkdir -p "$DOS_TMP_DIR";
|
||||
export DOS_HOSTS_FILE="$DOS_TMP_DIR/hosts";
|
||||
|
||||
export DOS_PREBUILT_APPS=$DOS_WORKSPACE_ROOT"PrebuiltApps/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue