summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-03-27 20:55:00 +0100
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-03-27 20:55:00 +0100
commitc30420af7ae0d86925f8973648436b33265c9682 (patch)
tree30626589068e9a159a7a26a95533fbbb2029ed58 /bin
parent16297a94f7bc1b62eea9e44fc437248fdb3ad775 (diff)
downloadqt-creator-c30420af7ae0d86925f8973648436b33265c9682.tar.gz
adjust to changed library location
Diffstat (limited to 'bin')
-rwxr-xr-xbin/qtcreator2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/qtcreator b/bin/qtcreator
index b915628c3e..bf2b18b989 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+"$@"}