diff --git a/configure b/configure index c058934571..54afdda8f7 100755 --- a/configure +++ b/configure @@ -3241,7 +3241,7 @@ for bios_file in $source_path/pc-bios/*.bin $source_path/pc-bios/*.dtb $source_p done mkdir -p $DIRS for f in $FILES ; do - test -f $f || symlink $source_path/$f $f + test -e $f || symlink $source_path/$f $f done # temporary config to build submodules