wok diff mysql-client/receipt @ rev 14129

esound: recook using existing upgraded audiofile-1 instead of absent old audiofile-0
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 28 10:12:51 2013 +0000 (2013-02-28)
parents d1768332cee0
children 408c87fa22ca
line diff
     1.1 --- a/mysql-client/receipt	Sun May 08 09:01:58 2011 +0000
     1.2 +++ b/mysql-client/receipt	Thu Feb 28 10:12:51 2013 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mysql-client"
     1.7 -VERSION="5.1.54"
     1.8 +VERSION="5.5.27"
     1.9  CATEGORY="office"
    1.10  SHORT_DESC="SQL database system client files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -16,6 +16,6 @@
    1.13  	while read file; do
    1.14  		dir=$(dirname $file)
    1.15  		[ -d $fs$dir ] || mkdir -p $fs$dir
    1.16 -		cp -a $_pkg$file $fs$file
    1.17 +		cp -a $install$file $fs$file
    1.18  	done < $wanted_stuff/$PACKAGE.files-list
    1.19  }