Skip to content
Snippets Groups Projects
Commit 933dce0d authored by Emmanuel Lepage Vallee's avatar Emmanuel Lepage Vallee
Browse files

build-system: Fix tag name and archive content

Refs: #55562

Change-Id: I4b338cbcec64d7402d80dfd008f3e82ef2085be8
parent 95fab566
Branches
No related tags found
No related merge requests found
...@@ -117,7 +117,7 @@ git checkout . && git checkout -f master && git pull ...@@ -117,7 +117,7 @@ git checkout . && git checkout -f master && git pull
# Get the version # Get the version
if [ -n $TAG ]; then if [ -n $TAG ]; then
CURRENT_RELEASE_TAG_NAME="tags/$TAG" CURRENT_RELEASE_TAG_NAME="$TAG"
else else
CURRENT_RELEASE_TAG_NAME=`git describe --tags --abbrev=0` CURRENT_RELEASE_TAG_NAME=`git describe --tags --abbrev=0`
fi fi
...@@ -282,7 +282,7 @@ END ...@@ -282,7 +282,7 @@ END
make iax make iax
else else
pushd libs pushd libs
./compile_pjsip.sh #./compile_pjsip.sh #This script should not attempt to compile
fi fi
popd popd
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment