wok diff rclone/receipt @ rev 25262

updated rclone (1.51.0 -> 1.59.0)
author Hans-G?nter Theisgen
date Fri Jul 15 08:42:33 2022 +0100 (23 months ago)
parents 2f230197370e
children
line diff
     1.1 --- a/rclone/receipt	Wed Feb 16 11:53:30 2022 +0000
     1.2 +++ b/rclone/receipt	Fri Jul 15 08:42:33 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="rclone"
     1.7 -VERSION="1.51.0"
     1.8 +VERSION="1.59.0"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Command line program to synchronise cloud storage with local folder, and more."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -31,6 +31,5 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr
    1.17 -	cp -a $install/usr/bin	$fs/usr
    1.18 +	cook_copy_folders	bin
    1.19  }