comparison 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
comparison
equal deleted inserted replaced
833:e1bb60a8129b 834:8081ed84589d
8 #!/bin/bash 8 #!/bin/bash
9 9
10 #NSSDIR is hackish as this will be replaced by static compiling 10 #NSSDIR is hackish as this will be replaced by static compiling
11 # anyway 11 # anyway
12 12
13 NSSDIR="@NSS_BASE_DIR@/bin/"
14
15 TMPDIR=$(mktemp -d) 13 TMPDIR=$(mktemp -d)
16 14
17 EXEFILES=$(find . -name cinst.exe -o -name trustbridge.exe -o -name mozilla.exe) 15 EXEFILES=$(find . -name cinst.exe -o -name trustbridge.exe -o -name mozilla.exe)
18 16
19 cp $NSSDIR/*.dll $TMPDIR
20 cp $EXEFILES $TMPDIR 17 cp $EXEFILES $TMPDIR
21 18
22 EST_SIZE=$(du -s $TMPDIR | cut -f 1) 19 EST_SIZE=$(du -s $TMPDIR | cut -f 1)
23 20
24 echo $TMPDIR 21 echo $TMPDIR

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