From c2aac3b42e7122569770377091be502939fc9a26 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 16 May 2013 15:27:54 +0300 Subject: Accept also symlinks: check for existence only Change-Id: I89c0d24941de21f9be732fed80f499217f5c281b --- solenv/bin/modules/installer/filelists.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solenv') diff --git a/solenv/bin/modules/installer/filelists.pm b/solenv/bin/modules/installer/filelists.pm index cd0bae6af5fc..a8937755b706 100644 --- a/solenv/bin/modules/installer/filelists.pm +++ b/solenv/bin/modules/installer/filelists.pm @@ -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"); } -- cgit v1.2.3