mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:27:44 +00:00
Ports: Shorten the build message for skipped builds
The new message for skipping builds makes it hard to distinguish failed builds from builds that were just skipped so change it back to the old one - but don't actually build packages twice again.
This commit is contained in:
parent
f0f487babd
commit
3a3f47115d
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ for file in *; do
|
|||
fi
|
||||
done
|
||||
if [ $port_built -eq 1 ]; then
|
||||
echo "Already built $port as a dependency."
|
||||
echo "Built $port."
|
||||
popd > /dev/null
|
||||
continue
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue