Kaydet (Commit) c2aac3b4 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Accept also symlinks: check for existence only

Change-Id: I89c0d24941de21f9be732fed80f499217f5c281b
üst 7a6f5186
......@@ -51,7 +51,7 @@ sub resolve_filelist_flag
{
installer::logger::print_error("file '$path' is not in '$outdir'");
}
if (!-f $path)
if (!-e $path)
{
installer::logger::print_error("file '$path' does not exist");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment