aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/qmmp8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/qmmp b/bin/qmmp
new file mode 100755
index 000000000..ae13c2b9f
--- /dev/null
+++ b/bin/qmmp
@@ -0,0 +1,8 @@
+#!/bin/sh
+MYDIR=$(dirname $0)
+LD_LIBRARY_PATH=$MYDIR/../lib:$LD_LIBRARY_PATH
+printf '\nSetting LD_LIBRARY_PATH to '$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH
+printf '\n'$LD_LIBRARY_PATH
+printf '\n'
+exec $MYDIR/qmmp.real "$@"