# HG changeset patch # User Hans-G?nter Theisgen # Date 1645771237 -3600 # Node ID 714bf3b9649fb63f51066c7e77354ccad06363b3 # Parent ff86a04c151634d3e5612eac4e8a22eb97a17931 updated findutils (4.7.0 -> 4.9.0) diff -r ff86a04c1516 -r 714bf3b9649f findutils/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/findutils/description.txt Fri Feb 25 07:40:37 2022 +0100 @@ -0,0 +1,12 @@ +The GNU Find Utilities are the basic directory searching utilities +of the GNU operating system. +These programs are typically used in conjunction with other programs +to provide modular and powerful directory search and file locating +capabilities to other commands. + +The tools supplied with this package are: + +* find - search for files in a directory hierarchy +* locate - list files in databases that match a pattern +* updatedb - update a file name database +* xargs - build and execute command lines from standard input diff -r ff86a04c1516 -r 714bf3b9649f findutils/receipt --- a/findutils/receipt Fri Feb 25 07:20:29 2022 +0100 +++ b/findutils/receipt Fri Feb 25 07:40:37 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="findutils" -VERSION="4.7.0" +VERSION="4.9.0" CATEGORY="utilities" SHORT_DESC="GNU utilities and tools to find and locate." MAINTAINER="pankso@slitaz.org" @@ -37,10 +37,8 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/bin - - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib $fs/usr + cook_copy_folders bin + cook_copy_folders lib } # Remove Busybox symlink before installing