Moved patch files to subdirectory
This commit is contained in:
parent
59d9177f3a
commit
37e033ca34
|
@ -15,7 +15,7 @@ For the twitter module, you can download and install it with:
|
||||||
hg clone https://python-twitter.googlecode.com/hg/ python-twitter
|
hg clone https://python-twitter.googlecode.com/hg/ python-twitter
|
||||||
cd python-twitter
|
cd python-twitter
|
||||||
hg update dev
|
hg update dev
|
||||||
for i in ../hrafn/python-twitter-*.patch; do patch p1 < $i; done
|
for i in ../hrafn/patches/python-twitter-*.patch; do patch p1 < $i; done
|
||||||
python setup.py build
|
python setup.py build
|
||||||
python setup.py install --user
|
python setup.py install --user
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user