Include all subdirectories of KFW_INSTALL_DIR in the SDK
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 7 Sep 2004 18:03:23 +0000 (18:03 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 7 Sep 2004 18:03:23 +0000 (18:03 +0000)
ticket: new
tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16723 dc483132-0cff-0310-8789-dd5450dbe970

src/windows/installer/nsis/ChangeLog
src/windows/installer/nsis/kfw-fixed.nsi

index 718b82176d5543f846e863170d65bfcc1e06c513..b879b3ac2fd9cc5bc416687e0683196af2b7a84f 100644 (file)
@@ -1,3 +1,8 @@
+2004-09-07  Jeffrey Altman <jaltman@mit.edu>
+
+* kfw-fixed.nsi:
+  Include all subdirectories of KFW_INSTALL_DIR
+
 2004-07-07  Jeffrey Altman <jaltman@mit.edu>
 
 * kfw-fixed.nsi:
index aa67409be5e995acaf128fe1221c01fd43347977..61c42c5b403e788af712de23b8e46b7af0919289 100644 (file)
@@ -463,7 +463,7 @@ Section "KfW SDK" secSDK
   File /r "${KFW_LIB_DIR}\*"
 
   SetOutPath "$INSTDIR\install"
-  File "${KFW_INSTALL_DIR}\*"
+  File /r "${KFW_INSTALL_DIR}\*"
 
   Call KFWCommon.Install