--- trunk/udev/make-tarball.sh 2008/12/22 21:21:52 719 +++ trunk/udev/make-tarball.sh 2008/12/22 21:25:20 720 @@ -3,7 +3,7 @@ temp=$(mktemp -d) cvs_module="src/udev" rev_keyword="udev" -tarball_prefix="udev-magellan" +tarball_prefix="config-udev" destination="root@cvs.magellan-linux.de:/var/www/htdocs/magellan/magellan-dev/sources/udev/" latest_revision=$(cvs status -v make-tarball.sh | grep -A1 "Existing Tags:" | sed -e 's/Existing Tags://' -e 's/ //g' -e '/^$/d' | /bin/awk '{ print $1; exit; }')