wok diff lz5-dev/receipt @ rev 19154

Up libdrm (2.4.68), xorg-xf86-video-nouveau (1.0.12)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon May 23 23:56:45 2016 +0300 (2016-05-23)
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	Mon May 23 23:56:45 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  }