From bfcd52034d3b0a10f3fae5812bdc2a2943700fe8 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 8 Sep 2007 13:26:06 +0000 Subject: removed wrapper from installation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@143 90c681e8-e032-0410-971d-27865f9a5e38 --- bin/qmmp | 8 -------- bin/qmmp_launcher | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100755 bin/qmmp create mode 100755 bin/qmmp_launcher (limited to 'bin') diff --git a/bin/qmmp b/bin/qmmp deleted file mode 100755 index ae13c2b9f..000000000 --- a/bin/qmmp +++ /dev/null @@ -1,8 +0,0 @@ -#!/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 "$@" 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 "$@" -- cgit v1.2.3-13-gbd6f