mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 09:46:20 +00:00
depot: suppress error when copying empty package
Instead of failing, ignore empty packages when copying over depot packages to a run-script environment. Fix #4271
This commit is contained in:
parent
ba430dfeac
commit
9a80c3a618
@ -108,7 +108,7 @@ proc _copy_directory_content_to_run_dir { dir } {
|
||||
exit 1
|
||||
}
|
||||
|
||||
foreach file [glob -directory $dir *] { copy_file $file [run_dir]/genode/ }
|
||||
foreach file [glob -nocomplain -directory $dir *] { copy_file $file [run_dir]/genode/ }
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user