--- trunk/busybox/mcore-theme-busybox/make-tarball.sh 2011/01/28 19:09:59 1265 +++ trunk/busybox/mcore-theme-busybox/make-tarball.sh 2011/01/28 19:14:32 1269 @@ -5,7 +5,7 @@ svn_module="busybox/mcore-theme-busybox" rev_keyword="mcore-theme-busybox" tarball_prefix="mcore-theme-busybox" -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/${svn_module/\/mcore-theme-busybox/}/" 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')