aboutsummaryrefslogtreecommitdiff
path: root/other-licence
diff options
context:
space:
mode:
authorThomas Huth <thuth@linux.vnet.ibm.com>2011-10-10 17:23:02 +0200
committerThomas Huth <thuth@linux.vnet.ibm.com>2011-11-17 12:09:56 +0100
commit98f93f2a4457c82f29573f5c3609d2c9dc3807a3 (patch)
tree6cbf7a950d4588d69ecc5fb99627b1c3e653b5ad /other-licence
parent22bbcf2041fa523ab191a16564bff9e75e98c003 (diff)
downloadSLOF-98f93f2a4457c82f29573f5c3609d2c9dc3807a3.zip
SLOF-98f93f2a4457c82f29573f5c3609d2c9dc3807a3.tar.gz
SLOF-98f93f2a4457c82f29573f5c3609d2c9dc3807a3.tar.bz2
JS2x: Fixed x86 emu download script.
The script expects the folder include/x86emu. Create it if it is not existing yet. Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Diffstat (limited to 'other-licence')
-rwxr-xr-xother-licence/x86emu/x86emu_download.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/other-licence/x86emu/x86emu_download.sh b/other-licence/x86emu/x86emu_download.sh
index 36b1e10..d4feff9 100755
--- a/other-licence/x86emu/x86emu_download.sh
+++ b/other-licence/x86emu/x86emu_download.sh
@@ -43,6 +43,7 @@ $SVN co svn://coreboot.org/repository/coreboot-v3/util/x86emu -r $REV
echo "Copying files..."
+mkdir -p include/x86emu
cp -v x86emu/x86emu/*.c .
cp -v x86emu/x86emu/*.h include/x86emu
cp -v x86emu/include/x86emu/*.h include/x86emu