diff --git a/tool/run/depot.inc b/tool/run/depot.inc index c9b5827b8e..2fd821911a 100644 --- a/tool/run/depot.inc +++ b/tool/run/depot.inc @@ -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"