blob: a704de5ace9f620ecb8d48716d0d57e490ab3162 (
plain)
1
2
3
4
5
6
|
if [ $1 == 0 ]; then
DST=${RPM_INSTALL_PREFIX}/sapp/stellar_plugin
sed -i -n '$!N;/http_decoder.so/!P;D' ${DST}/spec.toml
sed -i '/http_decoder_init/d' ${DST}/spec.toml
sed -i '/http_decoder_exit/d' ${DST}/spec.toml
fi
|