]> git.saurik.com Git - wxWidgets.git/commitdiff
updated to generate ZIP files with DOS line endings
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 25 Nov 2004 11:40:34 +0000 (11:40 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 25 Nov 2004 11:40:34 +0000 (11:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30780 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/script/rebuild-makefiles.sh

index 5cb22fc511c055d348d95b2f1198acb2b7485c88..ec128f53d4a671cfe62c30688803016d40ae58ba 100644 (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 ..