Python: fix a minor (re)build error

This commit is contained in:
Stefan Saraev 2013-01-23 22:56:12 +02:00
parent eb2f8251c8
commit 748779c133

View File

@ -86,7 +86,7 @@ INCLUDE_DIRS="$INCLUDE_DIRS email/mime encodings hotshot importlib json logging"
INCLUDE_DIRS="$INCLUDE_DIRS multiprocessing plat-linux2 sqlite3 xml xml/dom xml/etree"
INCLUDE_DIRS="$INCLUDE_DIRS xml/parsers xml/sax"
mkdir ./Lib
mkdir -p ./Lib
cp ../Lib/*.py ./Lib
for dirs in $INCLUDE_DIRS; do