kensanata / bitlbee-mastodon

A Mastodon plugin for Bitlbee
https://alexschroeder.ch/software/Bitlbee_Mastodon
GNU General Public License v2.0
30 stars 7 forks source link

Set executable flag on autogen.sh #45

Closed blabber closed 4 years ago

blabber commented 4 years ago

With a2b0fa1e79c6a3d7f4381c04 the executable flag was removed from autogen.sh. The commit message sounds as if this might have happened by accident. This breaks the port build on FreeBSD.

[...]
===>  Configuring for bitlbee-mastodon-1.4.4
cd /usr/ports/irc/bitlbee-mastodon/work/bitlbee-mastodon-1.4.4 && ./autogen.sh
/bin/sh: ./autogen.sh: Permission denied
*** Error code 126
blabber commented 4 years ago

I just worked around this issue in the FreeBSD port, so this PR is not really needed anymore (at least for me). You might consider to apply this anywas to avoid issues for other maintainers. If the flag has been removed intentionally, just close this PR.

kensanata commented 4 years ago

Thank you for the patch!