wok-next diff bristuff/receipt @ rev 2885

Add mtpfs (FUSE filesystem that supports reading and writing from any MTP device)
author Theophile Rascagneres <keupont@no-log.org>
date Mon May 04 17:29:15 2009 +0000 (2009-05-04)
parents c1610baa4cf4
children f9e78593eb58
line diff
     1.1 --- a/bristuff/receipt	Thu Jan 22 18:08:21 2009 +0000
     1.2 +++ b/bristuff/receipt	Mon May 04 17:29:15 2009 +0000
     1.3 @@ -42,6 +42,10 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	if [ -L $(which patch) ]; then
     1.8 +		echo "Please reinstall patch !"
     1.9 +		return 1
    1.10 +	fi
    1.11  	if [ ! -d ../linux/taz ]; then
    1.12  		tazwok cook linux
    1.13  	fi