wok diff xorg-libXrandr/receipt @ rev 15070

crosstool-ng: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 13:48:56 2013 +0000 (2013-08-13)
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	Tue Aug 13 13:48:56 2013 +0000
     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  }