wok-6.x diff lz5-dev/receipt @ rev 19306

Up: harfbuzz(1.2.7), truetype(2.6.4)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jul 10 20:40:05 2016 +0300 (2016-07-10)
parents 1a13f0bc5fb1
children 88dbf519f075
line diff
     1.1 --- a/lz5-dev/receipt	Thu Feb 25 14:32:25 2016 +0100
     1.2 +++ b/lz5-dev/receipt	Sun Jul 10 20:40:05 2016 +0300
     1.3 @@ -14,8 +14,7 @@
     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/
     1.9  	cp -a $install/usr/include $fs/usr/
    1.10 -	cp -a $install/usr/lib/*a $fs/usr/lib/
    1.11 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib/
    1.12 +	cp -a $install/usr/lib $fs/usr/
    1.13  }