mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-17 20:09:50 +01:00
Stupid fix to maketarball.sh
This commit is contained in:
parent
41ab127d1a
commit
758f31c997
2
dist/maketarball.sh
vendored
2
dist/maketarball.sh
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user