diff --git a/build b/build index 322bd486e..1a7165ced 100755 --- a/build +++ b/build @@ -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 diff --git a/scripts/inject-relup.escript b/scripts/relup-build/inject-relup.escript similarity index 100% rename from scripts/inject-relup.escript rename to scripts/relup-build/inject-relup.escript