]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
LICENCE in the installer should have CP/M line endings.
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Thu, 15 Feb 2007 23:27:29 +0000 (23:27 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Thu, 15 Feb 2007 23:27:29 +0000 (23:27 +0000)
[originally from svn r7290]

Buildscr

index df2244dff3f57425e981a0df5dd8d8d313ca4762..4775b85fef24e0649a873b1d0c768fbaee490c1b 100644 (file)
--- a/Buildscr
+++ b/Buildscr
@@ -56,6 +56,9 @@ in putty/windows do perl -i~ -pe 'BEGIN{$$a=shift@ARGV;}s/^(VersionInfoTextVersi
 in putty/windows do perl -i~ -pe 'BEGIN{$$a=shift@ARGV;}s/^(AppVersion=).*$$/$$1$$a/' '$(Iversion)' putty.iss
 in putty/windows do perl -i~ -pe 'BEGIN{$$a=shift@ARGV;$$a=~s/M//;}s/^(VersionInfoVersion=\d+\.\d+\.)\d+(\.\d+)\r?$$/$$1$$a$$2/' '$(Irev)' putty.iss
 
+# Windowsify LICENCE, since it's going in the Windows installer.
+in putty do perl -i~ -pe 'y/\015//d;s/$$/\015/' LICENCE
+
 delegate windows
   # FIXME: Cygwin alternative?
   in putty/windows do cmd /c vcvars32 \& nmake -f Makefile.vc $(Makeargs)