aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorvovanec <vovanec@90c681e8-e032-0410-971d-27865f9a5e38>2007-06-23 16:48:01 +0000
committervovanec <vovanec@90c681e8-e032-0410-971d-27865f9a5e38>2007-06-23 16:48:01 +0000
commit2d622fd9bcb8da9dd3f3206e296cd6a701fc9d12 (patch)
treef92135e6cb831e46336dfd4ade47e03ef3a19ac5 /bin
parent4b6a6720805c585c89f44fd276b3ace8670514d9 (diff)
downloadqmmp-2d622fd9bcb8da9dd3f3206e296cd6a701fc9d12.tar.gz
qmmp-2d622fd9bcb8da9dd3f3206e296cd6a701fc9d12.tar.bz2
qmmp-2d622fd9bcb8da9dd3f3206e296cd6a701fc9d12.zip
moved into qmmp dir
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@12 90c681e8-e032-0410-971d-27865f9a5e38
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 "$@"