We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d73ce2 commit 314aa47Copy full SHA for 314aa47
packaging/transrate
@@ -24,8 +24,8 @@ SELFDIR="`cd \"$SELFDIR\" && pwd`"
24
25
# Temporarily set PATH and LD_LIBRARY_PATH
26
export PATH=$SELFDIR/bin:$PATH
27
-export LD_LIBRARY_PATH=$SELFDIR/lib:$LD_LIBRARY_PATH
28
-export DYLD_FALLBACK_LIBRARY_PATH=$SELFDIR/lib:$DYLD_FALLBACK_LIBRARY_PATH
+export LD_LIBRARY_PATH=$SELFDIR/lib:$SELFDIR/bin:$LD_LIBRARY_PATH
+export DYLD_FALLBACK_LIBRARY_PATH=$SELFDIR/lib:$SELFDIR/bin:$DYLD_FALLBACK_LIBRARY_PATH
29
30
# Tell Bundler where the Gemfile and gems are.
31
export BUNDLE_GEMFILE="$SELFDIR/lib/app/Gemfile"
0 commit comments