Skip to content

Commit 02b0542

Browse files
author
stivius
committed
Fix helpers dir variable
1 parent ec2d2a1 commit 02b0542

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

linuxdeploy-plugin-gstreamer.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ else
6363
plugins_dir=/usr/lib/$(uname -m)-linux-gnu/gstreamer-"$GSTREAMER_VERSION"
6464
fi
6565

66-
if [ "$GSTREAMER_PLUGINS_DIR" != "" ]; then
67-
helpers_dir="${GSTREAMER_PLUGINS_DIR}"
66+
if [ "$GSTREAMER_HELPERS_DIR" != "" ]; then
67+
helpers_dir="${GSTREAMER_HELPERS_DIR}"
6868
else
6969
helpers_dir=/usr/lib/$(uname -m)-linux-gnu/gstreamer"$GSTREAMER_VERSION"/gstreamer-"$GSTREAMER_VERSION"
7070
fi

0 commit comments

Comments
 (0)