multimedia/mlt: Fixed lua bindings install location.

Thanks to John Vogel for the heads-up

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2015-05-28 19:13:54 +02:00 committed by Willy Sudiarto Raharjo
parent bb330caca8
commit 7f5de805f6

View file

@ -124,7 +124,7 @@ make install DESTDIR=$PKG
# Install built bindings
if [ "$lua" ]; then
( cd $TMP/$PRGNAM-$VERSION/src/swig/lua
install -D -m 0755 mlt.so $(pkg-config --variable INSTALL_CMOD lua)/mlt.so
install -D -m 0755 mlt.so $PKG/$(pkg-config --variable INSTALL_CMOD lua)/mlt.so
install -D -m 0644 play.lua $PKG/usr/doc/$PRGNAM-$VERSION/play.lua
)
fi