summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2005-10-12 23:27:59 +0000
committerNathan Kinder <nkinder@redhat.com>2005-10-12 23:27:59 +0000
commit870aab0d9258e8145ca46a765c420577e7508043 (patch)
tree32b0a4e8ad34bb621ecbaab762aa51f33d0ac9bc
parentb528d246128597dd673ec8a2592ab3c5d68df7f6 (diff)
downloadds-870aab0d9258e8145ca46a765c420577e7508043.tar.gz
ds-870aab0d9258e8145ca46a765c420577e7508043.tar.xz
ds-870aab0d9258e8145ca46a765c420577e7508043.zip
170558 - Add certutil, pk12util and missing dlls to PassSync.msi
-rw-r--r--ldap/synctools/passwordsync/build.bat9
1 files changed, 9 insertions, 0 deletions
diff --git a/ldap/synctools/passwordsync/build.bat b/ldap/synctools/passwordsync/build.bat
index 68ca9d18..d569375e 100644
--- a/ldap/synctools/passwordsync/build.bat
+++ b/ldap/synctools/passwordsync/build.bat
@@ -108,6 +108,15 @@ if EXIST ..\%LIBROOT%\nss\lib\ssl3.dll (
if EXIST ..\%LIBROOT%\nss\lib\softokn3.dll (
copy /Y ..\%LIBROOT%\nss\lib\softokn3.dll %OBJDEST%\
)
+if EXIST ..\%LIBROOT%\nss\lib\smime3.dll (
+ copy /Y ..\%LIBROOT%\nss\lib\smime3.dll %OBJDEST%\
+)
+if EXIST ..\%LIBROOT%\nss\bin\certutil.exe (
+ copy /Y ..\%LIBROOT%\nss\bin\certutil.exe %OBJDEST%\
+)
+if EXIST ..\%LIBROOT%\nss\bin\pk12util.exe (
+ copy /Y ..\%LIBROOT%\nss\bin\pk12util.exe %OBJDEST%\
+)
xcopy /E /Y /I %WXSDIR%\Binary %OBJDEST%\Binary