sandbox/sail: Changed sed invocation in portaudio installation script to make it BSD friendly.

git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/sail@3729 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
This commit is contained in:
Dogan Can 2014-03-07 11:21:58 +00:00
Родитель bfa786efe1
Коммит f0c3872fa4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -82,7 +82,7 @@ if [ -z "$MACOS" ]; then
fi
./configure --prefix=`pwd`/install --with-pic
sed -i '40s:src/common/pa_ringbuffer.o::g; 40s:$: src/common/pa_ringbuffer.o:' Makefile
sed -i.bk '40s:src/common/pa_ringbuffer.o::g; 40s:$: src/common/pa_ringbuffer.o:' Makefile
if [ "$MACOS" != "" ]; then
echo "detected MacOS operating system ... trying to fix Makefile"