wok diff edje/receipt @ rev 17701

Add libmateweather
author Yuri Pourre <yuripourre@gmail.com>
date Fri Feb 27 01:06:08 2015 -0300 (2015-02-27)
parents 1204cf352c74
children 86790a278e70
line diff
     1.1 --- a/edje/receipt	Sat Mar 29 03:04:46 2014 +0100
     1.2 +++ b/edje/receipt	Fri Feb 27 01:06:08 2015 -0300
     1.3 @@ -36,11 +36,10 @@
     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 $fs/usr/share
     1.9  	cp -a $install/usr/bin $fs/usr
    1.10 -	cp -a $install/usr/share $fs/usr
    1.11  	chmod 755 $fs/usr/bin/*
    1.12 +	cp -a $install/usr/share/edje $fs/usr/share
    1.13  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.14  	cp -a $install/usr/lib/edje $fs/usr/lib
    1.15  }
    1.16 -