wok diff aria2/receipt @ rev 25055

linux: disable Realtek RTL8723AU Wireless LAN NIC driver
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 06 09:43:10 2022 +0000 (2022-06-06)
parents 5ea0ce1cecc0
children 343c093ad221
line diff
     1.1 --- a/aria2/receipt	Tue Jun 08 08:46:05 2021 +0000
     1.2 +++ b/aria2/receipt	Mon Jun 06 09:43:10 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  }