diff packaging/tmp-createpackage.sh.in @ 834:8081ed84589d

Use static nss from subrepository on windows
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 28 Jul 2014 13:03:45 +0200
parents 170b13ea05ee
children 637948e9e32d
line wrap: on
line diff
--- a/packaging/tmp-createpackage.sh.in	Mon Jul 28 13:03:00 2014 +0200
+++ b/packaging/tmp-createpackage.sh.in	Mon Jul 28 13:03:45 2014 +0200
@@ -10,13 +10,10 @@
 #NSSDIR is hackish as this will be replaced by static compiling 
 # anyway
 
-NSSDIR="@NSS_BASE_DIR@/bin/"
-
 TMPDIR=$(mktemp -d)
 
 EXEFILES=$(find . -name cinst.exe -o -name trustbridge.exe -o -name mozilla.exe)
 
-cp $NSSDIR/*.dll $TMPDIR
 cp $EXEFILES $TMPDIR
 
 EST_SIZE=$(du -s $TMPDIR | cut -f 1)

http://wald.intevation.org/projects/trustbridge/