Actually use the deb version when creating the tarball

This commit is contained in:
David Sansome 2010-09-19 11:01:02 +00:00
parent 86401c2229
commit 22c5f2aea7

View File

@ -2,7 +2,7 @@
name=clementine name=clementine
version="@CLEMENTINE_VERSION@" version="@CLEMENTINE_VERSION@"
deb_version="@CLEMENTINE_VERSION@" deb_version="@CLEMENTINE_DEB_VERSION@"
root=$(cd "${0%/*}/.." && echo $PWD/${0##*/}) root=$(cd "${0%/*}/.." && echo $PWD/${0##*/})
root=`dirname "$root"` root=`dirname "$root"`
rootnoslash=`echo $root | sed "s/^\///"` rootnoslash=`echo $root | sed "s/^\///"`