refactor: move inject-relup.escript to a sub-dir

This commit is contained in:
Zaiming (Stone) Shi 2022-07-01 06:41:27 +02:00
parent bdb370bf4e
commit 73f49ca6e5
2 changed files with 1 additions and 1 deletions

2
build
View File

@ -205,7 +205,7 @@ make_tgz() {
fi
$TAR zxf "${src_tarball}" -C "${tard}/emqx"
if [ -f "${tard}/emqx/releases/${PKG_VSN}/relup" ]; then
./scripts/inject-relup.escript "${tard}/emqx/releases/${PKG_VSN}/relup"
./scripts/relup-build/inject-relup.escript "${tard}/emqx/releases/${PKG_VSN}/relup"
fi
## try to be portable for tar.gz packages.
## for DEB and RPM packages the dependencies are resoved by yum and apt