[jhalfs] 04/04: [BLFS] Ticket #1730: Do not forget "-pass1" packages
| Newsgroups | gmane.linux.lfs.automated |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch trunk in repository jhalfs. commit 5e1d9dd5d4a4a3ca7fc6b50f223a498d58ca4218 Author: Pierre Labastie <[email protected]> AuthorDate: Sun Dec 12 18:49:58 2021 +0100 [BLFS] Ticket #1730: Do not forget "-pass1" packages --- BLFS/gen_pkg_book.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/BLFS/gen_pkg_book.sh b/BLFS/gen_pkg_book.sh index 1adbad9..482a61c 100755 --- a/BLFS/gen_pkg_book.sh +++ b/BLFS/gen_pkg_book.sh @@ -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" -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/alfs-discuss Unsubscribe: See the above information page