[pkg-fso-commits] [SCM] Various non-packaged files branch, master, updated. b421ffa3542c354a8697e75fbfdd9ece35c39363

Steffen Moeller steffen_moeller at gmx.de
Fri Mar 5 21:43:56 UTC 2010


The following commit has been merged in the master branch:
commit b3a5cfbeb62719041e6f25be96f961d0c93592b6
Author: Steffen Moeller <steffen_moeller at gmx.de>
Date:   Fri Mar 5 22:41:22 2010 +0100

    Version is an internal variable now

diff --git a/install.sh b/install.sh
index f2a02a5..d052a85 100755
--- a/install.sh
+++ b/install.sh
@@ -80,7 +80,6 @@ if [ "$HOSTNAME" = debian ]; then
 fi
 
 # general variables
-VERSION=3.0
 VERBOSE=${VERBOSE:-}
 TESTHOST=${TESTHOST:-www.debian.org}
 RDATEHOST=${RDATEHOST:-ntp.fu-berlin.de}
@@ -88,6 +87,7 @@ DROPBEAR_KEYS="/etc/dropbear/dropbear_rsa_host_key /etc/dropbear/dropbear_dss_ho
 MOUNT_PROC=true
 
 # internal variables
+internal_version="3.1"		# the version of this file
 intern_instdir_already_present="" 
 intern_no_partitioning=""
 
@@ -274,7 +274,7 @@ usage () {
 	cat <<__END__
 
 NAME
-	install.sh - Auto-Installer for Debian on the Openmoko Neo phones (GTA01 and GTA02) v$VERSION
+	install.sh - Auto-Installer for Debian on the Openmoko Neo phones (GTA01 and GTA02) v$internal_version
 
 SYNOPSIS
 	[variable1=value1 variable2 ...] `basename $0` [options] all
@@ -1715,7 +1715,7 @@ do
                         VERBOSE="true"
                         ;;
                  "-v")
-                        echo "$VERSION"
+                        echo "$internal_version"
 			exit 0
                         ;;
 		 "--apt-options")

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list