wok-next diff xorg-libXrandr/receipt @ rev 15370
Up ipxe-pxe (1.0.0-20130925)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 14 15:05:05 2013 +0000 (2013-10-14) |
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 Mon Oct 14 15:05:05 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 }