Author: jmagne
Update of /cvs/dirsec/esc/win32 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22979
Modified Files: build.sh Log Message: Get pk11install working. Bug #497930.
Index: build.sh =================================================================== RCS file: /cvs/dirsec/esc/win32/build.sh,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- build.sh 30 Mar 2009 22:03:00 -0000 1.8 +++ build.sh 29 Apr 2009 20:37:59 -0000 1.9 @@ -37,6 +37,8 @@ NSS_ARCHIVE=$NSS_NAME-with-nspr-4.6.4 NSS_SOURCE_URL=https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_11_4_RTM...
+NSS_LIB_PATH=$NSS_NAME/mozilla/dist/WIN*/lib + #Inno installer values
#INNO_PATH="C:/Program Files/Inno Setup 5/ISCC.exe" @@ -462,6 +464,15 @@
cp esc-image-large.bmp BUILD/ESC/chrome/content/esc
+ + #Transport the nss files needed for pk11install.exe + + cp $NSS_LIB_PATH/softokn3.dll BUILD + cp $NSS_LIB_PATH/libplc4.dll BUILD + cp $NSS_LIB_PATH/libnspr4.dll BUILD + cp $NSS_LIB_PATH/libplds4.dll BUILD + + # Build the INNO executable installer
"$INNO_PATH" setup.iss
389-commits@lists.fedoraproject.org