Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2022-06-05 23:40:47 -04:00
parent 697bed18fb
commit 27f8663b00
4 changed files with 3 additions and 82 deletions

View file

@ -825,7 +825,7 @@ deblobDevice() {
awk -i inplace '!/'$blobs'/' ./*proprietary*.txt &>/dev/null || true; #Remove all blob references from blob manifest
awk -i inplace '!/'$blobs'/' ./*/*proprietary*.txt &>/dev/null || true; #Remove all blob references from blob manifest location in subdirectory
if [ -f setup-makefiles.sh ]; then
bash -c "cd $DOS_BUILD_BASE$devicePath && ./setup-makefiles.sh"; #Update the makefiles
bash -c "cd $DOS_BUILD_BASE$devicePath && ./setup-makefiles.sh" || true; #Update the makefiles
fi;
cd "$DOS_BUILD_BASE";
}