Linux packaging stuff.

This commit is contained in:
Andrew Okin
2013-02-12 10:14:23 -06:00
parent b66be337fd
commit 5a4b2ad000
3 changed files with 70 additions and 11 deletions

8
package/linux/MultiMC Executable file
View File

@ -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