]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Stop using 'zip -k' to construct the Windows source archive.
authorSimon Tatham <anakin@pobox.com>
Tue, 4 Mar 2014 22:56:08 +0000 (22:56 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 4 Mar 2014 22:56:08 +0000 (22:56 +0000)
It was intended to ensure that people still working with DOS filename
restrictions (or things approximating that, e.g. VFAT) wouldn't have
trouble. Those days are surely long gone, and now zip -k is causing
its own trouble with the new VS2010/VS2012 project files, which
include pairs of filenames that become the same under the zip -k
transformation and hence break the source archive build.

[originally from svn r10155]

mksrcarc.sh

index a54414d0eb7cdc215a606e26351e7d8d12d6f37e..87327df7c8d97c8b6b47330126835bcf9d585816 100755 (executable)
@@ -28,6 +28,6 @@ verbosely() {
     "$@"
 }
 
-verbosely zip -k -l putty-src.zip $text
-verbosely zip -k -l putty-src.zip $bintext
-verbosely zip -k putty-src.zip $bin
+verbosely zip -l putty-src.zip $text
+verbosely zip -l putty-src.zip $bintext
+verbosely zip putty-src.zip $bin