diff options
author | theuni <theuni@svn> | 2010-08-30 18:42:48 +0000 |
---|---|---|
committer | theuni <theuni@svn> | 2010-08-30 18:42:48 +0000 |
commit | 556cf56ef7a4e352b2a4e72be6c32dd703058982 (patch) | |
tree | 567b1daaf8deced59007c1be95f14db87f7490e5 /tools | |
parent | 2ecfadabb5734ec821474239bc6a1a9990b73e19 (diff) |
live: broken script causing wrong permissions, presumably causing XBMC launch failure
(cherry picked from commit 770a6ccc68b180fe567a405e06d0bc460075a783)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33345 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools')
-rw-r--r-- | tools/XBMCLive/SDK/buildLive/Files/binary_local-includes/Hooks/setupSources.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/XBMCLive/SDK/buildLive/Files/binary_local-includes/Hooks/setupSources.sh b/tools/XBMCLive/SDK/buildLive/Files/binary_local-includes/Hooks/setupSources.sh index b2519f87ba..26154f8044 100644 --- a/tools/XBMCLive/SDK/buildLive/Files/binary_local-includes/Hooks/setupSources.sh +++ b/tools/XBMCLive/SDK/buildLive/Files/binary_local-includes/Hooks/setupSources.sh @@ -58,5 +58,5 @@ if [ ! -f /home/$xbmcUser/.xbmc/userdata/sources.xml ] ; then </pictures> </sources> EOF - +fi chown -R $xbmcUser:$xbmcUser /home/$xbmcUser/.xbmc |