diff options
-rw-r--r-- | allkits.cmd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/allkits.cmd b/allkits.cmd index d69a33a4..26d00611 100644 --- a/allkits.cmd +++ b/allkits.cmd @@ -5,5 +5,7 @@ python setup.py bdist_wininst call \ned\bin\switchpy 25
python setup.py bdist_wininst
call \ned\bin\switchpy 26
-python setup.py sdist --formats=gztar
python setup.py bdist_wininst
+set TAR_OPTIONS=--group=100
+python setup.py sdist --formats=gztar
+set TAR_OPTIONS=
|