diff options
Diffstat (limited to 'cmake/preInstall.sh')
| -rw-r--r-- | cmake/preInstall.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/preInstall.sh b/cmake/preInstall.sh index 1c763db..9c53f3d 100644 --- a/cmake/preInstall.sh +++ b/cmake/preInstall.sh @@ -4,10 +4,10 @@ DST=${RPM_INSTALL_PREFIX}/sapp/ mkdir -p ${DST}/stellar_plugin touch ${DST}/stellar_plugin/spec.toml -if ! grep -q '^\./plug/stellar_plugin/quic_decoder/quic_decoder.so' "${DST}/stellar_plugin/spec.toml"; then +if ! grep -q '^\./stellar_plugin/quic_decoder.so' "${DST}/stellar_plugin/spec.toml"; then echo -e "\n" >> "${DST}/stellar_plugin/spec.toml" echo -e "[[plugin]]" >> "${DST}/stellar_plugin/spec.toml" - echo -e "path = \"./stellar_plugin/quic_decoder/quic_decoder.so\"" >> "${DST}/stellar_plugin/spec.toml" + echo -e "path = \"./stellar_plugin/quic_decoder.so\"" >> "${DST}/stellar_plugin/spec.toml" echo -e "init = \"QUIC_ONLOAD\"" >> "${DST}/stellar_plugin/spec.toml" echo -e "exit = \"QUIC_UNLOAD\"" >> "${DST}/stellar_plugin/spec.toml" echo -e "\n" >> "${DST}/stellar_plugin/spec.toml" |
