diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2015-05-28 19:13:54 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-31 10:36:36 +0700 |
commit | 7f5de805f6b4817f24a9eb38c5bb6921dce66b93 (patch) | |
tree | cb5bc6293d0164c3b658edc4dfe107a43d4ee509 | |
parent | bb330caca893e13ee7d69bb43923896386d35d86 (diff) |
multimedia/mlt: Fixed lua bindings install location.
Thanks to John Vogel for the heads-up
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | multimedia/mlt/mlt.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mlt/mlt.SlackBuild b/multimedia/mlt/mlt.SlackBuild index 7338c4c05d72..3156d7be3253 100644 --- a/multimedia/mlt/mlt.SlackBuild +++ b/multimedia/mlt/mlt.SlackBuild @@ -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 |