diff options
author | lcapriotti <lcapriotti@svn> | 2009-12-23 15:49:41 +0000 |
---|---|---|
committer | lcapriotti <lcapriotti@svn> | 2009-12-23 15:49:41 +0000 |
commit | c86a864524c2777bb7af61cc683eb39483ce0833 (patch) | |
tree | c9f11dac205da82715dc7a3b298e7cecdf28d53c /tools | |
parent | 2e695fd87c62c716a8f65d657c259817294dd7a1 (diff) |
fix for missing dest dir
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26004 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/XBMCLive/SDK/buildDEBs/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/XBMCLive/SDK/buildDEBs/build.sh b/tools/XBMCLive/SDK/buildDEBs/build.sh index b382690b61..1c5511668e 100755 --- a/tools/XBMCLive/SDK/buildDEBs/build.sh +++ b/tools/XBMCLive/SDK/buildDEBs/build.sh @@ -65,6 +65,7 @@ extractModule() rm -rf $THISDIR/squashfs-udeb/modules/* # Copy the new tree in place + mkdir $THISDIR/squashfs-udeb/modules mv $modulesDir $THISDIR/squashfs-udeb/modules # Cleanup |