oe_setup_addon: create missing folder

This commit is contained in:
vpeter4 2014-07-03 19:10:28 +02:00 committed by Stefan Saraev
parent 5caa286b0e
commit 2798741270

View File

@ -23,6 +23,7 @@ oe_setup_addon() {
# copy defaults
if [ -f "$DEF" -a ! -f "$CUR" ] ; then
mkdir -p "/storage/.xbmc/userdata/addon_data/$1"
cp "$DEF" "$CUR"
fi