# HG changeset patch # User Hans-G?nter Theisgen # Date 1659594264 -3600 # Node ID 3a7e1f5c8913fd1ba04151ef48f02a21dff6b8b3 # Parent 1b6e9e73cbed69317929ee895d60f1b2b0860f13 updated winetricks (20200412 -> 20220411) diff -r 1b6e9e73cbed -r 3a7e1f5c8913 winetricks/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/winetricks/description.txt Thu Aug 04 07:24:24 2022 +0100 @@ -0,0 +1,8 @@ +Winetricks is a helper script to download and install various redistributable +runtime libraries needed to run some programs in Wine. +These may include replacements for components of Wine using closed source +libraries. + +Note: Although using winetricks may be very useful for getting some programs + working in Wine, doing so may limit your ability to get support through + WineHQ. diff -r 1b6e9e73cbed -r 3a7e1f5c8913 winetricks/receipt --- a/winetricks/receipt Thu Aug 04 06:40:24 2022 +0100 +++ b/winetricks/receipt Thu Aug 04 07:24:24 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="winetricks" -VERSION="20200412" +VERSION="20220411" CATEGORY="misc" SHORT_DESC="Script to install various redistributable runtime libraries in Wine." MAINTAINER="slaxemulator@gmail.com" @@ -29,6 +29,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr + cook_copy_folders bin }