wok-next diff cherrytree/receipt @ rev 18501
Up firefox-official(41.0.2): fix CVE-2015-7184
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Oct 16 14:36:34 2015 +0300 (2015-10-16) |
parents | 223b265f40fd |
children | 2985612f2b3f |
line diff
1.1 --- a/cherrytree/receipt Sat Sep 07 22:59:13 2013 +0000 1.2 +++ b/cherrytree/receipt Fri Oct 16 14:36:34 2015 +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 }