From: Marco Zanon Date: Sun, 9 Sep 2012 09:31:09 +0000 (+0000) Subject: Released version 0.4. X-Git-Tag: 0.4 X-Git-Url: https://gitweb.marcozanon.com/?a=commitdiff_plain;h=45a647c3b869c7acb394e03bd4860cfc68835ec7;p=single_click_remote_help Released version 0.4. --- diff --git a/build.sh b/build.sh index 75ffeef..e6c2bf5 100755 --- a/build.sh +++ b/build.sh @@ -5,10 +5,10 @@ ## Released under GPLv2 license (see LICENSE for details). S1=`awk '/^__CONFIGURATION_PARAMETERS__/ { print NR - 1; exit 0; }' skeleton` -C=`awk '/^__CONFIGURATION_PARAMETERS_BELOW__/ { print NR + 1; exit 0; }' config` +C=`awk '/^__CONFIGURATION_PARAMETERS_BELOW__/ { print NR + 1; exit 0; }' configuration` S2=`awk '/^__CONFIGURATION_PARAMETERS__/ { print NR + 1; exit 0; }' skeleton` head -n $S1 skeleton > single_click_remote_help.sh -tail -n+$C config.sample >> single_click_remote_help.sh +tail -n+$C configuration >> single_click_remote_help.sh tail -n+$S2 skeleton >> single_click_remote_help.sh tar --directory package/ --exclude-vcs -czf package.tar.gz . diff --git a/skeleton b/skeleton index ba65747..7385ef1 100644 --- a/skeleton +++ b/skeleton @@ -19,7 +19,7 @@ ## 7 Vnc connection error. ## 1. Define constants. -SINGLE_CLICK_REMOTE_HELP_VERSION="0.x" +SINGLE_CLICK_REMOTE_HELP_VERSION="0.4" VNC_SERVER="x11vnc-0.9.13_amd64-Linux" __CONFIGURATION_PARAMETERS__