Ignore Django patch if it seems to be reversed
- Legacy-Id: 198
This commit is contained in:
parent
a5099d6776
commit
0ed54be5d8
|
@ -12,4 +12,4 @@ django=$(python -c "import django; import os.path; print os.path.realpath(django
|
|||
|
||||
rsync -Cav $django $build/test/lib/
|
||||
cd $build/test/lib
|
||||
patch -p 3 -s -t < $build/test/r5106.patch
|
||||
patch -p 3 -s -t -N < $build/test/r5106.patch
|
||||
|
|
Loading…
Reference in a new issue