And autogen needs the ".sh"
parent
e41a23e5fe
commit
a7f0e9265d
|
@ -10,7 +10,7 @@ MIMIC_VERSION=1.2.0
|
||||||
if [ ! -d ${MIMIC_DIR} ]; then
|
if [ ! -d ${MIMIC_DIR} ]; then
|
||||||
git clone --branch ${MIMIC_VERSION} https://github.com/MycroftAI/mimic.git
|
git clone --branch ${MIMIC_VERSION} https://github.com/MycroftAI/mimic.git
|
||||||
cd ${MIMIC_DIR}
|
cd ${MIMIC_DIR}
|
||||||
./autogen
|
./autogen.sh
|
||||||
./configure --with-audio=alsa --enable-shared
|
./configure --with-audio=alsa --enable-shared
|
||||||
make #-j$CORES
|
make #-j$CORES
|
||||||
else
|
else
|
||||||
|
@ -18,7 +18,7 @@ else
|
||||||
cd ${MIMIC_DIR}
|
cd ${MIMIC_DIR}
|
||||||
git pull
|
git pull
|
||||||
make clean
|
make clean
|
||||||
./autogen
|
./autogen.sh
|
||||||
./configure --with-audio=alsa --enable-shared
|
./configure --with-audio=alsa --enable-shared
|
||||||
make #-j$CORES
|
make #-j$CORES
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue