From c30420af7ae0d86925f8973648436b33265c9682 Mon Sep 17 00:00:00 2001
From: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Date: Fri, 27 Mar 2009 20:55:00 +0100
Subject: [PATCH] adjust to changed library location

---
 bin/qtcreator | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/qtcreator b/bin/qtcreator
index b915628c3e5..bf2b18b9896 100755
--- a/bin/qtcreator
+++ b/bin/qtcreator
@@ -6,4 +6,4 @@ if test "$(uname -m)" = "x86_64" ; then
 else
     libdir=$(cd ${bindir}/../lib ; pwd)
 fi
-LD_LIBRARY_PATH="${libdir}:${LD_LIBRARY_PATH}" "${bindir}/qtcreator.bin" ${1+"$@"}
+LD_LIBRARY_PATH="${libdir}/qtcreator:${LD_LIBRARY_PATH}" exec "${bindir}/qtcreator.bin" ${1+"$@"}
-- 
GitLab