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:
@@ -36,7 +36,8 @@ do_package()
|
|||||||
if test $archtype = tar ; then
|
if test $archtype = tar ; then
|
||||||
tar czf ../archives/wx-mk-${format}-${CURDATE}.tar.gz $files
|
tar czf ../archives/wx-mk-${format}-${CURDATE}.tar.gz $files
|
||||||
elif test $archtype = zip ; then
|
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
|
fi
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
Reference in New Issue
Block a user