]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
lzma-compress-20040505
authorJoe Buehler <jbuehler@hekimian.com>
Wed, 5 May 2004 19:49:47 +0000 (19:49 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 5 May 2004 19:49:47 +0000 (19:49 +0000)
Use lzma compression instead of bzip2

src/WINNT/install/NSIS/OpenAFS.nsi

index 21b754d89656535baf9af1e25e9084d3e1c16f76..40cb7ab40246f016436f2e0f2ca67796308ad462 100644 (file)
@@ -53,7 +53,7 @@ VIAddVersionKey "PrivateBuild" "Checked/Debug"
   OutFile "${AFS_DESTDIR}\WinInstall\OpenAFSforWindows-DEBUG.exe"
 !endif
   SilentInstall normal
-  SetCompressor bzip2
+  SetCompressor lzma
   !define MUI_ICON "..\..\client_config\afs_config.ico"
   !define MUI_UNICON "..\..\client_config\afs_config.ico"
   !define AFS_COMPANY_NAME "OpenAFS"