aboutsummaryrefslogtreecommitdiff
path: root/bin/qmmp_launcher
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2007-09-08 13:26:06 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2007-09-08 13:26:06 +0000
commitbfcd52034d3b0a10f3fae5812bdc2a2943700fe8 (patch)
treea9e91c5ac872bfa7dc94f5ea97f925335c970316 /bin/qmmp_launcher
parent0843db1a08e67164ca5af629e146798223a86831 (diff)
downloadqmmp-bfcd52034d3b0a10f3fae5812bdc2a2943700fe8.tar.gz
qmmp-bfcd52034d3b0a10f3fae5812bdc2a2943700fe8.tar.bz2
qmmp-bfcd52034d3b0a10f3fae5812bdc2a2943700fe8.zip
removed wrapper from installation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@143 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'bin/qmmp_launcher')
-rwxr-xr-xbin/qmmp_launcher8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/qmmp_launcher b/bin/qmmp_launcher
new file mode 100755
index 000000000..dbea73895
--- /dev/null
+++ b/bin/qmmp_launcher
@@ -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 "$@"