--- trunk/magellan-initscripts/make-tarball.sh 2009/05/04 19:58:56 851 +++ trunk/magellan-initscripts/make-tarball.sh 2009/05/04 20:00:26 852 @@ -5,7 +5,7 @@ svn_module="magellan-initscripts" rev_keyword="init" tarball_prefix="initscripts" -destination="root@cvs.magellan-linux.de:/var/www/htdocs/magellan/magellan-dev/sources/${svn_module}/" +destination="root@cvs.magellan-linux.de:/var/www/htdocs/magellan/magellan-dev/sources/${tarball_prefix}/" latest_revision=$(svn ls --verbose ${svn_base_uri}/tags | grep ${rev_keyword} | sort -nr | sed -e 's:/::' | awk '{ print $6; exit; }') latest_version=$(echo ${latest_revision} | sed -e "s:${rev_keyword}-::" -e 's:_:.:g')