Skip to content

Commit

Permalink
[Build] RPM build script use wrong path for root dir (apache#9890)
Browse files Browse the repository at this point in the history
---

*Motivation*

We use the wrong path for the root dir in the build rpm script
so this breaks the rpm build process.
  • Loading branch information
zymap authored Mar 12, 2021
1 parent d09dd9b commit 15f4acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulsar-client-cpp/pkg/rpm/build-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
set -e

cd /pulsar
ROOT_DIR=$(dirname $0)/../..
ROOT_DIR=$(pwd)
cd $ROOT_DIR/pulsar-client-cpp/pkg/rpm

POM_VERSION=`$ROOT_DIR/src/get-project-version.py`
Expand Down

0 comments on commit 15f4acf

Please sign in to comment.