wok diff db/receipt @ rev 2773

Up: mysql (5.0.77) [security update]
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 27 09:13:11 2009 +0200 (2009-04-27)
parents 26b57ae6bfb0
children 055b57b92161
line diff
     1.1 --- a/db/receipt	Sun Oct 12 09:57:17 2008 +0000
     1.2 +++ b/db/receipt	Mon Apr 27 09:13:11 2009 +0200
     1.3 @@ -14,7 +14,10 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -
     1.8 +	if [ -L $(which patch) ]; then
     1.9 +		echo "Please reinstall patch !"
    1.10 +		return 1
    1.11 +	fi
    1.12  	ln -s $PACKAGE-$VERSION.NC $src
    1.13  	cd $src
    1.14  	wget  http://www.oracle.com/technology/products/berkeley-db/db/update/4.5.20/patch.4.5.20.1 || return 1