[skip e2e] Fix typo in Makefile rpm related sections (#14602)

Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
pull/14621/head
shaoyue 2021-12-30 16:59:20 +08:00 committed by GitHub
parent 983d9b4b73
commit 1c6b1f81e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -177,7 +177,7 @@ milvus-tools: print-build-info
rpm-setup:
@echo "Setuping rpm env ...;"
@ build/rpm/setup-env.sh
@build/rpm/setup-env.sh
rpm: install
@echo "Note: run 'make rpm-setup' to setup build env for rpm builder"
@ -192,4 +192,4 @@ rpm: install
@cp -r lib ~/rpmbuild/BUILD/
@cp -r configs ~/rpmbuild/BUILD/
@cp -r build/rpm/services ~/rpmbuild/BUILD/
@QA_RPATHS="$[ 0x001|0x0002|0x0020 ]" rpmbuild -ba ./build/rpm/milvus.spec
@QA_RPATHS="$$[ 0x001|0x0002|0x0020 ]" rpmbuild -ba ./build/rpm/milvus.spec