| Submitter | Stefan Hajnoczi |
|---|---|
| Date | June 24, 2011, 4:56 p.m. |
| Message ID | <1308934609-20824-2-git-send-email-stefanha@linux.vnet.ibm.com> |
| Download | mbox | patch |
| Permalink | /patch/101851/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/configure b/configure index 856b41e..4fa9a57 100755 --- a/configure +++ b/configure @@ -3479,7 +3479,9 @@ for bios_file in $source_path/pc-bios/*.bin $source_path/pc-bios/*.rom $source_p done mkdir -p $DIRS for f in $FILES ; do - test -e $f || symlink $source_path/$f $f + if [ -e "$source_path/$f" ] && ! [ -e "$f" ]; then + symlink "$source_path/$f" "$f" + fi done # temporary config to build submodules