wok diff cherrytree/receipt @ rev 17261

Move separate MIME definitions to the shared-mime-info package.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Oct 22 03:42:23 2014 +0300 (2014-10-22)
parents 223b265f40fd
children dc0a8add9e65
line diff
     1.1 --- a/cherrytree/receipt	Sat Sep 07 22:59:13 2013 +0000
     1.2 +++ b/cherrytree/receipt	Wed Oct 22 03:42:23 2014 +0300
     1.3 @@ -16,12 +16,16 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	python setup.py install --prefix=$install/usr -f
     1.9  }
    1.10  
    1.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.12  genpkg_rules()
    1.13  {
    1.14 -	cp -a $install/* $fs
    1.15 +	mkdir -p $fs/usr/share
    1.16 +	cp -a $install/usr/bin $fs/usr
    1.17 +	cp -a $install/usr/lib $fs/usr
    1.18 +	cp -a $install/usr/share/applications $fs/usr/share
    1.19 +	cp -a $install/usr/share/cherrytree $fs/usr/share
    1.20 +	cp -a $install/usr/share/icons $fs/usr/share
    1.21  }