wok diff xorg-libXrandr/receipt @ rev 14584

Remove pigz for moment, because not compile correctly
author Stanislas Leduc <shann@slitaz.org>
date Sun May 26 17:59:51 2013 +0200 (2013-05-26)
parents 1916b7d701ea
children eb8067417980
line diff
     1.1 --- a/xorg-libXrandr/receipt	Mon Oct 01 01:36:27 2012 +0200
     1.2 +++ b/xorg-libXrandr/receipt	Sun May 26 17:59:51 2013 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libXrandr"
     1.7 -VERSION="1.3.0"
     1.8 +VERSION="1.4.1"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xorg server module."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -30,5 +30,5 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/lib
    1.16 -    cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.17 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.18  }