Actually use the deb version when creating the tarball
This commit is contained in:
parent
86401c2229
commit
22c5f2aea7
2
dist/maketarball.sh.in
vendored
2
dist/maketarball.sh.in
vendored
@ -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/^\///"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user