wok diff cairo-clock/receipt @ rev 24889

grub2: sed command corrected
author Hans-G?nter Theisgen
date Sat Apr 02 17:34:21 2022 +0100 (2022-04-02)
parents afae00265386
children bff339676249
line diff
     1.1 --- a/cairo-clock/receipt	Tue Feb 08 16:59:06 2022 +0000
     1.2 +++ b/cairo-clock/receipt	Sat Apr 02 17:34:21 2022 +0100
     1.3 @@ -19,7 +19,7 @@
     1.4  current_version()
     1.5  {
     1.6  	wget -O - ${WGET_URL%/*} 2>/dev/null | \
     1.7 -	sed "/${PACKAGE}_/!d;/orig/!d;s|.*${PACKAGE}_\\(.*\\).tar.*\".*|\\1|;q"
     1.8 +	sed "/${PACKAGE}_/!d;/orig/!d;s|.*${PACKAGE}_\\(.*\\).orig.tar.*\".*|\\1|;q"
     1.9  }
    1.10  
    1.11  # Rules to configure and make the package.