refactor: move inject-relup.escript to a sub-dir
This commit is contained in:
parent
bdb370bf4e
commit
73f49ca6e5
2
build
2
build
|
@ -205,7 +205,7 @@ make_tgz() {
|
||||||
fi
|
fi
|
||||||
$TAR zxf "${src_tarball}" -C "${tard}/emqx"
|
$TAR zxf "${src_tarball}" -C "${tard}/emqx"
|
||||||
if [ -f "${tard}/emqx/releases/${PKG_VSN}/relup" ]; then
|
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
|
fi
|
||||||
## try to be portable for tar.gz packages.
|
## try to be portable for tar.gz packages.
|
||||||
## for DEB and RPM packages the dependencies are resoved by yum and apt
|
## for DEB and RPM packages the dependencies are resoved by yum and apt
|
||||||
|
|
Loading…
Reference in New Issue