wok-current diff aria2/receipt @ rev 24569
sokojs: add shrink.sh (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 26 18:46:53 2022 +0000 (2022-02-26) |
parents | 5ea0ce1cecc0 |
children |
line diff
1.1 --- a/aria2/receipt Tue Jun 08 08:46:05 2021 +0000 1.2 +++ b/aria2/receipt Sat Feb 26 18:46:53 2022 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="aria2" 1.7 -VERSION="1.35.0" 1.8 +VERSION="1.36.0" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="A download utility with resuming and segmented downloading with HTTP, HTTPS and FTP support." 1.11 MAINTAINER="devl547@gmail.com" 1.12 @@ -40,6 +40,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 }