wok rev 24424

updated clex (4.6.patch9 -> 4.6.patch10)
author Hans-G?nter Theisgen
date Fri Feb 11 17:45:39 2022 +0100 (2022-02-11)
parents ad0e76e38d46
children 453c249b6219
files clex/receipt
line diff
     1.1 --- a/clex/receipt	Fri Feb 11 16:50:00 2022 +0100
     1.2 +++ b/clex/receipt	Fri Feb 11 17:45:39 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="clex"
     1.7 -VERSION="4.6.patch9"
     1.8 +VERSION="4.6.patch10"
     1.9  CATEGORY="system-tools"
    1.10  TAGS="file-manager"
    1.11  SHORT_DESC="Text mode file manager."
    1.12 @@ -14,6 +14,7 @@
    1.13  
    1.14  DEPENDS="ncursesw"
    1.15  BUILD_DEPENDS="ncursesw-dev"
    1.16 +
    1.17  HOST_ARCH="i486 arm"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20 @@ -33,7 +34,8 @@
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24 -    mkdir -p $fs/etc $fs/usr/bin
    1.25 -    cp -a $install/usr/bin/* $fs/usr/bin
    1.26 -    cp -a $stuff/skel $fs/etc
    1.27 +	mkdir -p $fs/etc
    1.28 +
    1.29 +	cp -a $stuff/skel	$fs/etc
    1.30 +	cook_copy_folders	bin
    1.31  }