From 1c6b1f81e73096bdd5e58be679f48e1f87b4595d Mon Sep 17 00:00:00 2001 From: shaoyue Date: Thu, 30 Dec 2021 16:59:20 +0800 Subject: [PATCH] [skip e2e] Fix typo in Makefile rpm related sections (#14602) Signed-off-by: shaoyue.chen --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ae19dac892..7e49a2cc63 100644 --- a/Makefile +++ b/Makefile @@ -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