[PATCH 1 of 2] create-dist-package: Move instead of copy shell script into zip archive

Wald Commits scm-commit at wald.intevation.org
Wed Jul 30 17:00:48 CEST 2014


# HG changeset patch
# User Emanuel Schuetze <emanuel at intevation.de>
# Date 1406732388 -7200
# Node ID ecc6aa4332539007170e8bde7997360188205647
# Parent  b642e80c77a82bf967ee2b36e53464d04e8c3536
create-dist-package: Move instead of copy shell script into zip archive.

diff -r b642e80c77a8 -r ecc6aa433253 packaging/create-dist-package.sh.in
--- a/packaging/create-dist-package.sh.in	Wed Jul 30 15:45:47 2014 +0200
+++ b/packaging/create-dist-package.sh.in	Wed Jul 30 16:59:48 2014 +0200
@@ -15,7 +15,7 @@
 /bin/bash packaging/linux-createpackage.sh
 mkdir -p $TMPDIR/linux
 mkdir -p $TMPDIR/windows
-cp @CMAKE_BINARY_DIR@/TrustBridge- at PROJECT_VERSION@.sh $TMPDIR/linux
+mv @CMAKE_BINARY_DIR@/TrustBridge- at PROJECT_VERSION@.sh $TMPDIR/linux
 cp @CMAKE_SOURCE_DIR@/build-windows/ui/trustbridge.exe $TMPDIR/windows
 cp @CMAKE_SOURCE_DIR@/build-windows/cinst/cinst.exe $TMPDIR/windows
 cp @CMAKE_SOURCE_DIR@/build-windows/cinst/mozilla.exe $TMPDIR/windows


More information about the Trustbridge-commits mailing list