[PATCH 2 of 3] Rename to trustbridge in packaging

Wald Commits scm-commit at wald.intevation.org
Thu Apr 24 17:47:41 CEST 2014


# HG changeset patch
# User Andre Heinecke <aheinecke at intevation.de>
# Date 1398354429 0
# Node ID 2e78d08ff46e75122337fda685030f8681ac103d
# Parent  a9da8e4eeff7d1ce2a2a5298a89c8c5262ddbd99
Rename to trustbridge in packaging

diff -r a9da8e4eeff7 -r 2e78d08ff46e packaging/filelist.nsh
--- a/packaging/filelist.nsh	Thu Apr 24 15:46:35 2014 +0000
+++ b/packaging/filelist.nsh	Thu Apr 24 15:47:09 2014 +0000
@@ -9,7 +9,7 @@
 ; Keep it updated if you add new things.
 
 File "${files_dir}/cinst.exe"
-File "${files_dir}/m13ui.exe"
+File "${files_dir}/trustbridge.exe"
 File "${files_dir}/mozilla.exe"
 
 ; NSS: This should ultimately be static
diff -r a9da8e4eeff7 -r 2e78d08ff46e packaging/tmp-createpackage.sh
--- a/packaging/tmp-createpackage.sh	Thu Apr 24 15:46:35 2014 +0000
+++ b/packaging/tmp-createpackage.sh	Thu Apr 24 15:47:09 2014 +0000
@@ -15,7 +15,7 @@
 
 TMPDIR=$(mktemp -d)
 
-EXEFILES=$(find . -name cinst.exe -o -name m13ui.exe -o -name mozilla.exe)
+EXEFILES=$(find . -name cinst.exe -o -name trustbridge.exe -o -name mozilla.exe)
 
 cp $NSSDIR/*.dll $TMPDIR
 cp $EXEFILES $TMPDIR


More information about the Trustbridge-commits mailing list