From: Mickey Lane Date: Wed, 22 Jul 2009 18:55:02 +0000 (-0400) Subject: Remove 8.3 dir requirement for Windows IDN path X-Git-Tag: openafs-devel-1_5_61~69 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=f26ff22c2a4cd93e07c141ec3be85094251e3f6b;p=packages%2Fo%2Fopenafs.git Remove 8.3 dir requirement for Windows IDN path This adds double quotes around the IDNMRedistDir symbol in ..\wix\NTMakefile so that the 8.3 alternate directory name is no longer required. Reviewed-on: http://gerrit.openafs.org/http://gerrit.openafs.org/182 Tested-by: Jeffrey Altman Reviewed-by: Jeffrey Altman --- diff --git a/src/WINNT/install/wix/NTMakefile b/src/WINNT/install/wix/NTMakefile index eedbd5937..8fa8b7f07 100644 --- a/src/WINNT/install/wix/NTMakefile +++ b/src/WINNT/install/wix/NTMakefile @@ -85,7 +85,7 @@ $(WIXOBJ): openafs.wxs $(WIXINCLUDES) -dVersionPatch=$(AFSPRODUCT_VER_PATCH) \ "-dDestDir=$(DESTDIR)\\" \ -dCellDbFile=CellServDB \ - -dIDNMRedistDir=$(MSIDNNLS)\\REDIST \ + "-dIDNMRedistDir=$(MSIDNNLS)\\REDIST" \ -v0 \ -w0 \ $(WIXCYGOPT) $(AFSDEV_AUXWIXDEFINES) openafs.wxs