This is an automated email from the git hooks/post-receive script. git pushed a commit to branch trunk in repository jhalfs.
commit 82eacf52a5177f555c12a653f2038a89e9a18e5e Author: Pierre Labastie <[email protected]> AuthorDate: Tue Mar 9 22:02:19 2021 +0100 Fix packInstall.sh for recent packages --- pkgmngt/packInstall.sh.porg | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pkgmngt/packInstall.sh.porg b/pkgmngt/packInstall.sh.porg index ae7f5eb..97ba844 100644 --- a/pkgmngt/packInstall.sh.porg +++ b/pkgmngt/packInstall.sh.porg @@ -67,19 +67,16 @@ case $1 in cacerts*) VERSION=0.1 ;; - inih*) - VERSION=$(echo $1 | sed 's/^.*r//') - ;; btrfs*|node*|pnmixer*) VERSION=$(echo $1 | sed 's/^.*v//') ;; x265*) # can contain vd.d or just d.d: thanks to packagers VERSION=$(echo $1 | sed 's/^.*[v_]//') ;; - libuv*|Test-MockModule*|libhandy*) # can contain -vd.d or just -d.d + libuv*|Test-MockModule*) # can contain -vd.d or just -d.d VERSION=$(echo $1 | sed 's/^.*[v-]//') ;; - junit*) # can contain -rd.d or just -d.d + junit*|inih*) # can contain -rd.d or just -d.d VERSION=$(echo $1 | sed 's/^.*[r-]//') ;; *) -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/listinfo/alfs-log Unsubscribe: See the above information page
