Skip to content

Commit

Permalink
Merge pull request #256 from andreriesco/release-2.6-hot-fixes
Browse files Browse the repository at this point in the history
torizonPackages: Fix little mistake of previous commit
  • Loading branch information
andreriesco authored Sep 9, 2024
2 parents 0444c36 + 8bd75fb commit c89d452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/torizonPackages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function _addDepString ([string]$value) {
return "`t ${value} \"
} else {
# There are certain packages which have "all" as architecture
$value_arch = apt-cache show $pack | sed -n '/^Architecture:/ {s/^Architecture: //; p; q}'
$value_arch = apt-cache show $value | sed -n '/^Architecture:/ {s/^Architecture: //; p; q}'
if ($value_arch -eq "all") {
return "`t ${value}:all \"
} else {
Expand Down

0 comments on commit c89d452

Please sign in to comment.