wok diff airpwn/receipt @ rev 11213

Add from wok-undigest: afpfs-ng
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 03 16:59:32 2011 +0100 (2011-11-03)
parents 0ba406a24a1e
children 380ffe05937a
line diff
     1.1 --- a/airpwn/receipt	Mon Nov 08 00:03:57 2010 +0000
     1.2 +++ b/airpwn/receipt	Thu Nov 03 16:59:32 2011 +0100
     1.3 @@ -16,7 +16,7 @@
     1.4  {
     1.5  	cd $src
     1.6  	# Patch configure to link libcrypto
     1.7 -	patch -Np1 -i ../stuff/link-libcrypto.patch
     1.8 +	patch -Np1 -i $stuff/link-libcrypto.patch
     1.9  
    1.10  	# Fix airpwn files so we can use it with a Python version other than 2.4.
    1.11  	PYTHON_VERSION1=$(python -c 'import sys; print sys.version[:3]')