Released version 0.4. 0.4
authorMarco Zanon <info@marcozanon.com>
Sun, 9 Sep 2012 09:31:09 +0000 (09:31 +0000)
committerMarco Zanon <info@marcozanon.com>
Sun, 9 Sep 2012 09:31:09 +0000 (09:31 +0000)
build.sh
skeleton

index 75ffeef524a85b79f2ef8b0a413ecaecbab1e308..e6c2bf51c0bc1b0c36339e9370e8eaae585e44b9 100755 (executable)
--- 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 .
index ba657471d989cd941439c9465b3d9fdfde94e2ee..7385ef19c4a73597c37c61845945f874a37a6e31 100644 (file)
--- 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__