mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 01:19:26 +01:00
Prevent run_2to3 from copying locale/ to py3k/ instead of py3k/locale/ (thanks Cravix).
This commit is contained in:
parent
24d73eb1f8
commit
a7d36297c2
@ -1,4 +1,6 @@
|
||||
rm -f src/version.py # Prevent 2to3 from copying it, since py3k/src/version.py was probably written by root.
|
||||
rm -rf py3k
|
||||
mkdir py3k
|
||||
cp locale/ py3k/ -R
|
||||
cp plugins/ py3k/ -R # copy plugins data
|
||||
python 2to3/run.py src/ plugins/ test/ scripts/* setup.py -wWno py3k -f all -f def_iteritems -f def_itervalues -f def_iterkeys -f reload "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user