mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
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:
parent
bb330caca8
commit
7f5de805f6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue