diff options
Diffstat (limited to 'other-licence')
-rwxr-xr-x | other-licence/x86emu/x86emu_download.sh | 1 |
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 |