# HG changeset patch # User Hans-G?nter Theisgen # Date 1590129674 -3600 # Node ID 4899cc5a72a155568e99f6666b4fb93997d96d33 # Parent d499c84f85cf0c63caa8e12c4f45eb6c962eb67f updated youtube-dl (2019.11.05 -> 2020.05.08) diff -r d499c84f85cf -r 4899cc5a72a1 yaws/receipt --- a/yaws/receipt Fri May 22 07:34:27 2020 +0100 +++ b/yaws/receipt Fri May 22 07:41:14 2020 +0100 @@ -18,6 +18,7 @@ # Rules to configure and make the package. compile_rules() { + autoreconf -fi && ./configure \ --prefix=/usr \ --localstatedir=/var \ diff -r d499c84f85cf -r 4899cc5a72a1 youtube-dl/receipt --- a/youtube-dl/receipt Fri May 22 07:34:27 2020 +0100 +++ b/youtube-dl/receipt Fri May 22 07:41:14 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="youtube-dl" -VERSION="2019.11.05" +VERSION="2020.05.08" CATEGORY="utilities" SHORT_DESC="Downloads videos from various streaming websites." MAINTAINER="gokhlayeh@slitaz.org" @@ -18,6 +18,7 @@ genpkg_rules() { mkdir -p $fs/usr/bin - cp $src/$TARBALL $fs/usr/bin/$PACKAGE - chmod +x $fs/usr/bin/$PACKAGE + + cp $src/$TARBALL $fs/usr/bin/$PACKAGE + chmod +x $fs/usr/bin/$PACKAGE }