wok diff youtube-dl/receipt @ rev 24131

lxsession, lxsession-lxpolkit, lxappearance: misc fixes (thanks Saipul)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 23 10:55:42 2021 +0000 (2021-10-23)
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	Sat Oct 23 10:55:42 2021 +0000
     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  }