From: Jeffrey Altman Date: Tue, 7 Sep 2004 18:03:23 +0000 (+0000) Subject: Include all subdirectories of KFW_INSTALL_DIR in the SDK X-Git-Tag: krb5-1.4-beta1~104 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7f52e2b54fc3abf6295d102505b58cad1dd489dd;p=krb5.git Include all subdirectories of KFW_INSTALL_DIR in the SDK ticket: new tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16723 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/windows/installer/nsis/ChangeLog b/src/windows/installer/nsis/ChangeLog index 718b82176..b879b3ac2 100644 --- a/src/windows/installer/nsis/ChangeLog +++ b/src/windows/installer/nsis/ChangeLog @@ -1,3 +1,8 @@ +2004-09-07 Jeffrey Altman + +* kfw-fixed.nsi: + Include all subdirectories of KFW_INSTALL_DIR + 2004-07-07 Jeffrey Altman * kfw-fixed.nsi: diff --git a/src/windows/installer/nsis/kfw-fixed.nsi b/src/windows/installer/nsis/kfw-fixed.nsi index aa67409be..61c42c5b4 100644 --- a/src/windows/installer/nsis/kfw-fixed.nsi +++ b/src/windows/installer/nsis/kfw-fixed.nsi @@ -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