wok-current diff libmagic/receipt @ rev 25474
openjdk-6-src: use find from findutils in place of busybox find
author | Hans-G?nter Theisgen |
---|---|
date | Thu Oct 13 16:42:57 2022 +0100 (2022-10-13) |
parents | 851602a469c1 |
children | 5926178cd6fa |
line diff
1.1 --- a/libmagic/receipt Fri Jan 24 16:51:24 2020 +0100 1.2 +++ b/libmagic/receipt Thu Oct 13 16:42:57 2022 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libmagic" 1.7 -VERSION="5.38" 1.8 +VERSION="5.41" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="File type determination library using 'magic' numbers." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -16,6 +16,5 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir -p $fs/usr/lib 1.17 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.18 + cook_copy_files *.so* 1.19 }