--- trunk/plymouth-theme-alx/make-tarball.sh 2012/07/31 08:12:09 1882 +++ trunk/plymouth-theme-alx/make-tarball.sh 2012/07/31 08:13:27 1883 @@ -4,7 +4,7 @@ svn_base_uri="svn://cvs.magellan-linux.de/magellan-source" svn_module="plymouth-theme-alx" rev_keyword="${svn_module}" -tarball_prefix="${sv_module}" +tarball_prefix="${svn_module}" destination="root@cvs.magellan-linux.de:/var/www/htdocs/magellan/magellan-dev/sources/${svn_module}/" latest_revision=$(svn ls --verbose ${svn_base_uri}/tags | grep ${rev_keyword} | sort -nr | sed -e 's:/::' | awk '{ print $6; exit; }')