[BLFS] Ticket #1730: Do not forget "-pass1" packages

This commit is contained in:
Pierre Labastie 2021-12-12 18:49:58 +01:00
parent a690d42f88
commit 5e1d9dd5d4

View file

@ -203,6 +203,7 @@ popd > /dev/null
echo Generating the ordered package list
LIST=
while read p; do
p=${p%-pass1}
versions=$(xsltproc --stringparam package "$p" $GetVersion $PackFile)
if [ "$versions" != "$(sort -V <<<$versions)" ]; then
LIST="$LIST $p"