From 06d1877811fa6aa97dddc0e03bcde4e766928c87 Mon Sep 17 00:00:00 2001 From: vovanec Date: Thu, 7 Feb 2008 13:36:34 +0000 Subject: new directory structure git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@232 90c681e8-e032-0410-971d-27865f9a5e38 --- bin/qmmp_launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/qmmp_launcher') diff --git a/bin/qmmp_launcher b/bin/qmmp_launcher index 8e7c68a5a..7813d3546 100755 --- a/bin/qmmp_launcher +++ b/bin/qmmp_launcher @@ -1,6 +1,6 @@ #!/bin/sh MYDIR=$(dirname $0) -LD_LIBRARY_PATH=$MYDIR/../lib:${LD_LIBRARY_PATH} +LD_LIBRARY_PATH=$MYDIR/../lib:$MYDIR/../src/qmmpui:${LD_LIBRARY_PATH} printf '\nSetting LD_LIBRARY_PATH to '$LD_LIBRARY_PATH export LD_LIBRARY_PATH printf '\n'$LD_LIBRARY_PATH -- cgit v1.2.3-13-gbd6f