From 7b863f97f7c4e45ab617a57e2f4e84fb8fc4ed37 Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 1 Oct 2013 16:47:59 -0500 Subject: Set run script to load libs from bin folder. I'd really like to put them in a separate "lib" folder, but CMake doesn't want to. --- package/linux/MultiMC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package') diff --git a/package/linux/MultiMC b/package/linux/MultiMC index d9f9dd5d..6e77a632 100755 --- a/package/linux/MultiMC +++ b/package/linux/MultiMC @@ -5,7 +5,7 @@ MMC_DIR="$( cd "$( dirname "$0" )" && pwd )" cd "${MMC_DIR}" echo "MultiMC Dir: ${MMC_DIR}" -export LD_LIBRARY_PATH="${MMC_DIR}/lib":$LD_LIBRARY_PATH +export LD_LIBRARY_PATH="${MMC_DIR}/bin":$LD_LIBRARY_PATH export QT_PLUGIN_PATH="${MMC_DIR}/plugins" export QT_FONTPATH="${MMC_DIR}/fonts" exec ${MMC_DIR}/bin/MultiMC -d ${MMC_DIR} $@ -- cgit v1.2.3