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
cd && \
cd bitlbee-mastodon && \
./autogen.sh && \
sh autogen.sh && \
./configure && \
make && \
make install && \