wok-next diff mate-menus/receipt @ rev 18892

remove: tazpanel-ttf-css, tazpanel-theme-sandfive(in wok-backports)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Feb 12 20:27:04 2016 +0000 (2016-02-12)
parents a9c240804d58
children 65c0fe17f3b9
line diff
     1.1 --- a/mate-menus/receipt	Sat Aug 08 19:51:47 2015 +0200
     1.2 +++ b/mate-menus/receipt	Fri Feb 12 20:27:04 2016 +0000
     1.3 @@ -31,8 +31,9 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/lib
     1.8 +	mkdir -p $fs/usr/lib/python2.7/site-packages/
     1.9  	cp -a $install/usr/share $fs/usr
    1.10  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.11 +	cp -a $install/usr/lib/python2.7/site-packages/*.so* $fs/usr/lib/python2.7/site-packages/
    1.12  	cp -a $install/etc $fs
    1.13  }