wok rev 8360

Fixed feedparser.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Feb 03 16:44:43 2011 +0000 (2011-02-03)
parents c077179a640d
children 3fe66405923b
files feedparser/receipt
line diff
     1.1 --- a/feedparser/receipt	Thu Feb 03 16:43:24 2011 +0000
     1.2 +++ b/feedparser/receipt	Thu Feb 03 16:44:43 2011 +0000
     1.3 @@ -17,7 +17,7 @@
     1.4  	cd $src
     1.5  	patch -Np0 -i ../stuff/feedparser_uft8_decoding.patch
     1.6  	python setup.py build
     1.7 -    python setup.py install --root=$PWD/$PACKAGE-$VERSION/_pkg	
     1.8 +    python setup.py install --root=$PWD/_pkg	
     1.9  
    1.10  }
    1.11