[Desc]Modify the vendor configuration file path because the product_path
is changed to an absolute path. Change-Id: I4688bae0c69c8b4c415f8aa8c137c987786227a3
This commit is contained in:
parent
996047a7e2
commit
6ee066ad14
2
build.sh
2
build.sh
|
@ -64,7 +64,7 @@ if [ -f "$destination" ]; then
|
||||||
rm -rf $destination
|
rm -rf $destination
|
||||||
fi
|
fi
|
||||||
if [ ! -f "$source" ]; then
|
if [ ! -f "$source" ]; then
|
||||||
source="../..$7/config/sys/$config_file"
|
source="$7/config/sys/$config_file"
|
||||||
fi
|
fi
|
||||||
cp $source $destination
|
cp $source $destination
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue