[BLFS] Ticket #1730: Do not forget "-pass1" packages
This commit is contained in:
parent
a690d42f88
commit
5e1d9dd5d4
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue