From 2d622fd9bcb8da9dd3f3206e296cd6a701fc9d12 Mon Sep 17 00:00:00 2001 From: vovanec Date: Sat, 23 Jun 2007 16:48:01 +0000 Subject: moved into qmmp dir git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@12 90c681e8-e032-0410-971d-27865f9a5e38 --- bin/qmmp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 bin/qmmp (limited to 'bin') 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 "$@" -- cgit v1.2.3-13-gbd6f