wok diff libsgutils2/receipt @ rev 25643
Fix mouse issue on mc with ncurses6
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Jan 12 14:14:28 2024 +0100 (10 months ago) |
parents | d8948f13ff31 |
children |
line diff
1.1 --- a/libsgutils2/receipt Mon Apr 20 10:45:27 2020 +0100 1.2 +++ b/libsgutils2/receipt Fri Jan 12 14:14:28 2024 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libsgutils2" 1.7 -VERSION="1.45" 1.8 +VERSION="1.47" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="The sg_utils library." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -13,7 +13,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 - 1.18 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.19 + cook_copy_files *.so* 1.20 }