wok diff slim-theme-control/receipt @ rev 21845

updated rox packages (2.8 -> 2.11)
author Hans-G?nter Theisgen
date Sun Sep 15 11:06:31 2019 +0100 (2019-09-15)
parents 16bbdc96072c
children
line diff
     1.1 --- a/slim-theme-control/receipt	Fri May 19 05:31:35 2017 +0300
     1.2 +++ b/slim-theme-control/receipt	Sun Sep 15 11:06:31 2019 +0100
     1.3 @@ -12,12 +12,18 @@
     1.4  DEPENDS="slim slitaz-configs-base"
     1.5  BUILD_DEPENDS=""
     1.6  
     1.7 +# Rules to configure and make the package.
     1.8 +compile_rules()
     1.9 +{
    1.10 +	theme=$install/usr/share/slim/themes/control
    1.11 +	mkdir -p $theme
    1.12 +	cp -a $stuff/* $theme
    1.13 +}
    1.14 +
    1.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.16  genpkg_rules()
    1.17  {
    1.18 -	theme=$fs/usr/share/slim/themes/control
    1.19 -	mkdir -p $theme
    1.20 -	cp -a $stuff/* $theme
    1.21 +	cp -a $install/* $fs
    1.22  }
    1.23  
    1.24  post_install()