mbologna / docker-bitlbee

Run bitlbee with TLS and custom protocols in a container
MIT License
45 stars 25 forks source link

autogen.sh: Permission denied #5

Closed rafi closed 4 years ago

rafi commented 4 years ago

When trying to docker build,

...
mkdir -p `pkg-config --variable=plugindir purple`
install -p libhangouts.so `pkg-config --variable=plugindir purple`
/bin/sh: 1: ./autogen.sh: Permission denied
mbologna commented 4 years ago

It seems the perms have changed in the corresponding repo (bitlbee-mastodon). Committing a workaround.

Thanks for reporting the problem!