Mercurial > trustbridge
comparison packaging/linux-createpackage.sh.in @ 738:ea8d13590cbd
Added trustbridge-tray-starter script for use with cron job.
TODO: trustbridge must safe $DISPLAY in $CFGDIR/trustbridge-tray-starter.cfg
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Fri, 04 Jul 2014 12:32:51 +0200 |
parents | acbe75423283 |
children | 3a9b0c75f5a6 |
comparison
equal
deleted
inserted
replaced
737:a26aada5900f | 738:ea8d13590cbd |
---|---|
11 | 11 |
12 INSTALLER="@CMAKE_BINARY_DIR@/TrustBridge-@PROJECT_VERSION@.sh" | 12 INSTALLER="@CMAKE_BINARY_DIR@/TrustBridge-@PROJECT_VERSION@.sh" |
13 | 13 |
14 EXEFILES=("@CMAKE_BINARY_DIR@/cinst/cinst" | 14 EXEFILES=("@CMAKE_BINARY_DIR@/cinst/cinst" |
15 "@CMAKE_BINARY_DIR@/cinst/mozilla" | 15 "@CMAKE_BINARY_DIR@/cinst/mozilla" |
16 "@CMAKE_BINARY_DIR@/ui/trustbridge") | 16 "@CMAKE_BINARY_DIR@/ui/trustbridge" |
17 "@CMAKE_BINARY_DIR@/ui/trustbridge-tray-starter.sh") | |
17 | 18 |
18 # Make installation in TMPDIR, this is what we will put into the | 19 # Make installation in TMPDIR, this is what we will put into the |
19 # shar-archive. | 20 # shar-archive. |
20 echo "Using $TMPDIR for temporary installation to build installer..." | 21 echo "Using $TMPDIR for temporary installation to build installer..." |
21 install -d "$TMPDIR/bin" | 22 install -d "$TMPDIR/bin" |