]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-windows-nsis-install-b-20050925
authorJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 26 Sep 2005 03:15:57 +0000 (03:15 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 26 Sep 2005 03:15:57 +0000 (03:15 +0000)
oops, missing '\\'

(cherry picked from commit cd8126f56c27848add91bb1e323ab40457472748)

src/WINNT/install/NSIS/OpenAFS.nsi

index 127041784fa7d652f7863e3f91d0efbe294d7df0..39dae53c633cf9124e93f2bf32f6447977ff79e1 100644 (file)
@@ -2801,7 +2801,7 @@ DoEnglish:
    SetOutPath "$INSTDIR\Documentation\html"
    File "..\..\doc\install\Documentation\en_US\html\*"
    SetOutPath "$INSTDIR\Documentation\html\index_files"
-   File "..\..\doc\install\Documentation\en_US\html\index_files*"
+   File "..\..\doc\install\Documentation\en_US\html\index_files\*"
    SetOutPath "$INSTDIR\Documentation\html\InstallGd"
    File "..\..\doc\install\Documentation\en_US\html\InstallGd\*"
    SetOutPath "$INSTDIR\Documentation\html\ReleaseNotes"