Mercurial > trustbridge
diff packaging/create-dist-package.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 | 747a48996c1f |
children | ecc6aa433253 637948e9e32d |
line wrap: on
line diff
--- a/packaging/create-dist-package.sh.in Mon Jul 28 13:03:00 2014 +0200 +++ b/packaging/create-dist-package.sh.in Mon Jul 28 13:03:45 2014 +0200 @@ -4,11 +4,6 @@ set -x set -e -if [ ! -d "$WINDOWS_NSSDIR" ]; then - echo "ERROR: Please set WINDOWS_NSSDIR to the location of your nss binaries" - exit 1 -fi - if [ ! -x `which wine` ]; then echo "ERROR: Could not find wine." exit 1 @@ -36,7 +31,6 @@ echo "productname_short=TrustBridge" >> $TMPDIR/meta.ini echo "description=TrustBridge" >> $TMPDIR/meta.ini echo "size=$EST_SIZE" >> $TMPDIR/meta.ini -cp $WINDOWS_NSSDIR/*.dll $TMPDIR/windows # Create a temporary NSIS file for the uninstaller cration LC_ALL="de_DE.latin-1" makensis -Dfiles_dir=$TMPDIR/windows \