mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-18 14:40:51 +01:00
Apply Andy's second patch for Freebsd. Closes GH-436.
This commit is contained in:
parent
097ea23dfc
commit
0418a44d2a
@ -1,6 +1,6 @@
|
|||||||
rm -f src/version.py # Prevent 2to3 from copying it, since py3k/src/version.py was probably written by root.
|
rm -f src/version.py # Prevent 2to3 from copying it, since py3k/src/version.py was probably written by root.
|
||||||
rm -rf py3k
|
rm -rf py3k
|
||||||
mkdir py3k
|
mkdir py3k
|
||||||
cp -R locale/ py3k/
|
cp -R locale/ py3k/locale
|
||||||
cp -R plugins/ py3k/ # copy plugins data
|
cp -R plugins/ py3k/plugins # 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 "$@"
|
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…
x
Reference in New Issue
Block a user