0b2e36f867
- Change Makefile header, use my name and @FreeBSD.org email - Fix typo - Add USES dos2unix - Break lines around 80 characters - Remove todo.txt from DOCS - Add pkg-deinstall - Remove *.cmd, only for OS X - Unmute install *.sh - Change files/domination-*.in, remove -Djava.ext.dirs="%%DATADIR%%" - Change WWW
9 lines
186 B
Bash
9 lines
186 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
export JAVA_VERSION="%%JAVA_VERSION%%"
|
|
|
|
cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" \
|
|
-cp Domination.jar net.yura.domination.ui.flashgui.MainMenu "${@}"
|