wok diff youtube-dl/receipt @ rev 23933

dar: inserted libdir=/lib
author Hans-G?nter Theisgen
date Mon Sep 07 13:19:26 2020 +0100 (2020-09-07)
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	Mon Sep 07 13:19:26 2020 +0100
     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  }