symlink /vendor

This commit is contained in:
Bhushan Shah 2017-05-31 13:25:17 +05:30
parent f85fd9f99d
commit a825b60e40

View file

@ -34,3 +34,6 @@ cat ${fstab} | while read line; do
mount $path $2 -t $3 -o $4
done
# check if vendor is mounted/created? otherwise link it to system
[ -e "/vendor" ] || ln -s /system/vendor /vendor