diff options
-rw-r--r-- | python/gst-python/gst-python.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/gst-python/gst-python.SlackBuild b/python/gst-python/gst-python.SlackBuild index 83b25e3ecca27..49b5a2a754c08 100644 --- a/python/gst-python/gst-python.SlackBuild +++ b/python/gst-python/gst-python.SlackBuild @@ -81,8 +81,8 @@ cd build --mandir=/usr/man \ --sysconfdir=/etc \ --buildtype=release - ninja - DESTDIR=$PKG ninja install + "${NINJA:=ninja}" + DESTDIR=$PKG $NINJA install cd .. find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |