summaryrefslogtreecommitdiffstats
path: root/package/linux
diff options
context:
space:
mode:
authorOrochimarufan <orochimarufan.x3@gmail.com>2013-02-13 00:48:20 +0100
committerOrochimarufan <orochimarufan.x3@gmail.com>2013-02-13 00:48:20 +0100
commitc755195b9721ad9f040684c3be1e93178f95c2cf (patch)
tree1d40cd433a1e9498116609dc50b083de72056783 /package/linux
parent79c5ae121b4f4de24fe3edc57bf3f0e3a8fccfe4 (diff)
parentd1b1d7e800173cb0e165babc625ddab03ea7e653 (diff)
downloadMultiMC-c755195b9721ad9f040684c3be1e93178f95c2cf.tar
MultiMC-c755195b9721ad9f040684c3be1e93178f95c2cf.tar.gz
MultiMC-c755195b9721ad9f040684c3be1e93178f95c2cf.tar.lz
MultiMC-c755195b9721ad9f040684c3be1e93178f95c2cf.tar.xz
MultiMC-c755195b9721ad9f040684c3be1e93178f95c2cf.zip
Merge branch 'master' of http://github.com/Forkk/MultiMC5
Diffstat (limited to 'package/linux')
-rwxr-xr-xpackage/linux/MultiMC9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/linux/MultiMC b/package/linux/MultiMC
new file mode 100755
index 00000000..235d17c5
--- /dev/null
+++ b/package/linux/MultiMC
@@ -0,0 +1,9 @@
+#!/bin/sh
+# Basic start script for running MultiMC with the libs packaged with it.
+
+MMC_DIR=$(dirname "$0")
+cd "${MMC_DIR}"
+
+export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"./lib"
+export QT_PLUGIN_PATH=$QT_PLUGIN_PATH:"."
+exec ./bin/MultiMC