Fix: invoke autogen.sh via sh

Fix #5
This commit is contained in:
Michele Bologna
2020-03-25 01:40:33 +01:00
committed by GitHub
parent f4cb54ad39
commit cf3e19c816

View File

@@ -59,7 +59,7 @@ make install && \
# install bitlbee-mastodon # install bitlbee-mastodon
cd && \ cd && \
cd bitlbee-mastodon && \ cd bitlbee-mastodon && \
./autogen.sh && \ sh autogen.sh && \
./configure && \ ./configure && \
make && \ make && \
make install && \ make install && \