mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-30 16:14:13 +00:00
tool/run: improve depot/create suggestion
When a pkg is missing, the user should create <arch>/pkg instead of only the missing pkg. This way, all depending binaries are created in one step. Otherwise the missing binaries are detected at the next time the run script is executed. This patch relieves the user from iterating manually.
This commit is contained in:
parent
579ca1063c
commit
eaa412022f
@ -316,8 +316,8 @@ proc check_for_missing_depot_archives { } {
|
||||
}
|
||||
|
||||
set path "$user/$type/$name"
|
||||
if {$type == "bin"} {
|
||||
set path "$user/bin/$spec/$name" }
|
||||
if {$type == "bin" || $type == "pkg"} {
|
||||
set path "$user/$type/$spec/$name" }
|
||||
|
||||
puts stderr " $path/$version"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user