libtool fixup

This commit is contained in:
Michele Bologna
2019-01-15 19:46:15 +01:00
parent b2939cf321
commit 098b3a5953

View File

@@ -55,6 +55,8 @@ cd bitlbee-mastodon && \
./configure --prefix=/usr && \
make && \
make install && \
# libtool --finish
libtool --finish /usr/local/lib/bitlbee && \
# cleanup
apt-get autoremove -y --purge autoconf automake gcc libtool make dpkg-dev mercurial git && \
apt-get clean && \