# HG changeset patch # User Andre Heinecke # Date 1404729893 -7200 # Node ID 01a10d6a0af15db7f01420e78f84c3b3bcc43a56 # Parent 27043d74dc9045a40d9d986c087dcdd60eed133f Remove generated file diff -r 27043d74dc90 -r 01a10d6a0af1 packaging/tmp-createpackage.sh --- a/packaging/tmp-createpackage.sh Mon Jul 07 12:38:33 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -# Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik -# Software engineering by Intevation GmbH -# -# This file is Free Software under the GNU GPL (v>=2) -# and comes with ABSOLUTELY NO WARRANTY! -# See LICENSE.txt for details. - -#!/bin/bash - -#NSSDIR is hackish as this will be replaced by static compiling -# anyway - -NSSDIR="/home/andre/ubuntu/src/mxe/usr/i686-w64-mingw32.static/nss-3.12.7/bin/" -MYPATH=$(dirname `readlink -f $0`) - -TMPDIR=$(mktemp -d) - -EXEFILES=$(find . -name cinst.exe -o -name trustbridge.exe -o -name mozilla.exe) - -cp $NSSDIR/*.dll $TMPDIR -cp $EXEFILES $TMPDIR - -echo $TMPDIR -makensis -Dfiles_dir=$TMPDIR \ - -Dcompany="Bundesamt für Sicherheit in der Informationstechnik" \ - -Dversion_number=0.0.0.1 \ - -Dsetupname="TrustBridge.exe" \ - -Dproductname="TrustBridge" \ - -Dproductname_short="TrustBridge" $MYPATH/trustbridge.nsi -rm -r $TMPDIR