diff --git a/configure b/configure index c058934571bea1959f70a16fdf4a0a5ecc8e1402..54afdda8f7d7d892fa05f1df11563f0f1a0d3272 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