oe_setup_addon: create missing folder

This commit is contained in:
vpeter4 2014-07-03 19:10:28 +02:00
parent 62ffd7f8d9
commit a6338ae589
2 changed files with 2 additions and 0 deletions

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

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