summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorAndrew Okin <forkk@forkk.net>2013-02-12 10:14:23 -0600
committerAndrew Okin <forkk@forkk.net>2013-02-12 10:14:23 -0600
commit5a4b2ad00026f89b05aaa7bcfedd244f948c4376 (patch)
treeaaeda8307230949680f7863b666eaf0a4c95ad2a /package
parentb66be337fdb4d9fe023f1c4912573f99cca5437c (diff)
downloadMultiMC-5a4b2ad00026f89b05aaa7bcfedd244f948c4376.tar
MultiMC-5a4b2ad00026f89b05aaa7bcfedd244f948c4376.tar.gz
MultiMC-5a4b2ad00026f89b05aaa7bcfedd244f948c4376.tar.lz
MultiMC-5a4b2ad00026f89b05aaa7bcfedd244f948c4376.tar.xz
MultiMC-5a4b2ad00026f89b05aaa7bcfedd244f948c4376.zip
Linux packaging stuff.
Diffstat (limited to 'package')
-rwxr-xr-xpackage/linux/MultiMC8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/linux/MultiMC b/package/linux/MultiMC
new file mode 100755
index 00000000..20ecb6d1
--- /dev/null
+++ b/package/linux/MultiMC
@@ -0,0 +1,8 @@
+#!/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"
+exec ./bin/MultiMC