wok-next diff edje/receipt @ rev 18925

description.txt should end with 0x0A byte (Carriage Return, Enter) to not glue with the next description in descriptions.txt.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 25 15:02:38 2016 +0200 (2016-02-25)
parents 1204cf352c74
children 8c1b5830f802
line diff
     1.1 --- a/edje/receipt	Sat Mar 29 03:04:46 2014 +0100
     1.2 +++ b/edje/receipt	Thu Feb 25 15:02:38 2016 +0200
     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 -