updated to generate ZIP files with DOS line endings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30780 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-11-25 11:40:34 +00:00
parent 2a2e4f4afa
commit 034e304169

View File

@@ -36,7 +36,8 @@ do_package()
if test $archtype = tar ; then
tar czf ../archives/wx-mk-${format}-${CURDATE}.tar.gz $files
elif test $archtype = zip ; then
zip -q -9 ../archives/wx-mk-${format}-${CURDATE}.zip $files
zip -l -q -9 ../archives/wx-mk-${format}-${CURDATE}.zip $files
# (-l translates to DOS line endings)
fi
cd ..