Skip to content

Commit 5893caa

Browse files
Update build-libntirpc.sh
add git submodule update --init to get monitoring
1 parent 46cdb41 commit 5893caa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_scripts/libntirpc-build/build-libntirpc.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ GIT_VERSION="$(git branch | sed 's/^\* //' | sed 's/-//')"
5050
GIT_HASH="$(git log -1 --format=%h)"
5151
VERSION="${GIT_VERSION}.$(date +%Y%m%d).${GIT_HASH}"
5252

53+
git submodule update --init
5354
# generate the tar.gz archive
5455
if [ "${CENTOS_VERSION}" == "7" ]; then
5556
sed s/XXVERSIONXX/${VERSION}/ ${TEMPLATES_URL}/libntirpc_centos7.spec.in > libntirpc.spec

0 commit comments

Comments
 (0)