Stupid fix to maketarball.sh

This commit is contained in:
David Sansome 2010-03-22 13:22:00 +00:00
parent 41ab127d1a
commit 758f31c997
1 changed files with 1 additions and 1 deletions

2
dist/maketarball.sh vendored
View File

@ -2,7 +2,7 @@
name=clementine
url=http://clementine-player.googlecode.com/svn/trunk
version=`grep Version $name.spec | awk '{print $2}'`
version=`grep Version $name.spec | head -n1 | awk '{print $2}'`
rm -rf $name-$version
svn export $url $name-$version