wok-6.x diff winetricks/receipt @ rev 25506
memtest, pack: cleanup
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 09 16:28:01 2023 +0000 (21 months ago) |
parents | 5ea0ce1cecc0 |
children |
line diff
1.1 --- a/winetricks/receipt Tue Jun 08 08:46:05 2021 +0000 1.2 +++ b/winetricks/receipt Thu Feb 09 16:28:01 2023 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="winetricks" 1.7 -VERSION="20200412" 1.8 +VERSION="20220411" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="Script to install various redistributable runtime libraries in Wine." 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 @@ -29,6 +29,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 }