Skip to content

Commit

Permalink
Fix detection for workstation metapackage
Browse files Browse the repository at this point in the history
  • Loading branch information
legoktm committed Mar 27, 2024
1 parent 5232176 commit db85d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export DEBARCH="amd64"

cat debian/control.in | envsubst > debian/control
echo "" >> debian/control
if [[ "$LOCALVERSION" = "-workstation" ]]; then
if [[ "$LOCALVERSION" = "workstation" ]]; then
echo "Generating d/control for workstation"
cat debian/control.workstation | envsubst >> debian/control
else
Expand Down

0 comments on commit db85d59

Please sign in to comment.