Update deb/rpm package config, package script

This commit is contained in:
Cameron Sparr
2015-09-22 10:10:16 -07:00
parent ec9819071a
commit f7b38dc270
2 changed files with 63 additions and 32 deletions

View File

@@ -209,9 +209,12 @@ EOF
if [ "$1" == "-h" ]; then
usage 0
elif [ "$1" == "" ]; then
VERSION=`git describe --always --tags | tr -d v`
else
VERSION="$1"
fi
VERSION=`git describe --always --tags | tr -d v`
cd `git rev-parse --show-toplevel`
echo -e "\nStarting package process, version: $VERSION\n"