wok diff asterisk/receipt @ rev 25032

giblib: modified configure parameter
author Hans-G?nter Theisgen
date Fri May 20 10:31:08 2022 +0100 (2022-05-20)
parents 7cfc423aaa00
children 67d9840ef3ac
line diff
     1.1 --- a/asterisk/receipt	Tue Jan 25 17:24:16 2022 +0000
     1.2 +++ b/asterisk/receipt	Fri May 20 10:31:08 2022 +0100
     1.3 @@ -31,7 +31,7 @@
     1.4  current_version()
     1.5  {
     1.6  	wget -O - $WEB_SITE 2>/dev/null | \
     1.7 -	sed '/Available/!d;s|.*Asterisk ||;s| .*||;q'
     1.8 +	sed '/Available/!d;s|.*Asterisk ||;s|,* .*||;q'
     1.9  }
    1.10  
    1.11  # Rules to configure and make the package.