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