wok diff youtube-dl/receipt @ rev 23807

eudev: include relocated udevadm
author Richard Dunbar <mojo@slitaz.org>
date Sun May 24 12:23:14 2020 -0400 (2020-05-24)
parents 7c5249848026
children 922f061231c2
line diff
     1.1 --- a/youtube-dl/receipt	Thu Nov 14 17:27:25 2019 +0100
     1.2 +++ b/youtube-dl/receipt	Sun May 24 12:23:14 2020 -0400
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="youtube-dl"
     1.7 -VERSION="2019.11.05"
     1.8 +VERSION="2020.05.08"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Downloads videos from various streaming websites."
    1.11  MAINTAINER="gokhlayeh@slitaz.org"
    1.12 @@ -18,6 +18,7 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/bin
    1.16 -	cp $src/$TARBALL $fs/usr/bin/$PACKAGE
    1.17 -	chmod +x $fs/usr/bin/$PACKAGE
    1.18 +
    1.19 +	cp $src/$TARBALL	$fs/usr/bin/$PACKAGE
    1.20 +	chmod +x		$fs/usr/bin/$PACKAGE
    1.21  }