We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46cdb41 commit 5893caaCopy full SHA for 5893caa
build_scripts/libntirpc-build/build-libntirpc.sh
@@ -50,6 +50,7 @@ GIT_VERSION="$(git branch | sed 's/^\* //' | sed 's/-//')"
50
GIT_HASH="$(git log -1 --format=%h)"
51
VERSION="${GIT_VERSION}.$(date +%Y%m%d).${GIT_HASH}"
52
53
+git submodule update --init
54
# generate the tar.gz archive
55
if [ "${CENTOS_VERSION}" == "7" ]; then
56
sed s/XXVERSIONXX/${VERSION}/ ${TEMPLATES_URL}/libntirpc_centos7.spec.in > libntirpc.spec
0 commit comments