no longer need to set wterl in riak_kv.app.src file

This commit is contained in:
Steve Vinoski 2012-03-31 19:41:07 -04:00
parent 29acf9df7a
commit 1105a9fed5

View file

@ -40,12 +40,6 @@ if ! grep -q wterl $file ; then
echo "Modifying $file, saving the original as ${file}.orig ..."
perl -i.orig -pe '/\bsext\b/ && print qq( {wterl, ".*", {git, "git\@github.com:basho/wterl.git", "master"}},\n)' $file
fi
file=./deps/riak_kv/src/riak_kv.app.src
if ! grep -q wterl $file ; then
echo
echo "Modifying $file, saving the original as ${file}.orig ..."
perl -i.orig -pe '/\briak_pipe\b/ && print " wterl,\n"' $file
fi
rebar get-deps