[jhalfs] 02/02: packInstall.sh.porg: fix boost case
| 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 7f939e6bb9a9cb3866d1052133b180ebaf787c27 Author: Pierre Labastie <[email protected]> AuthorDate: Fri Feb 9 18:28:31 2024 +0100 packInstall.sh.porg: fix boost case boost uses now a more conventional version string, so that having a special case for it is not needed anymore. --- pkgmngt/packInstall.sh.porg | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgmngt/packInstall.sh.porg b/pkgmngt/packInstall.sh.porg index 7aea2c0..b7f810d 100644 --- a/pkgmngt/packInstall.sh.porg +++ b/pkgmngt/packInstall.sh.porg @@ -83,10 +83,6 @@ case $1 in junit*|inih*) # can contain -rd.d or just -d.d VERSION=$(echo $1 | sed 's/^.*[r-]//') ;; - boost*) # $1 is of the form boost_1_dd_0. Since sed is greedy, the default - # case takes only "0" for VERSION - VERSION=$(echo $1 | sed 's/boost_//' | sed 's/_/./g') - ;; *) VERSION=$(echo $1 | sed 's/^.*[-_]\([0-9]\)/\1/' | sed 's/_/./g') ;; -- 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