diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2012-12-03 23:20:38 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2012-12-03 23:20:38 +0000 |
commit | c08e7c3eccfefb199617a989e996e81f9e1e5580 (patch) | |
tree | e68f2b5229e45e6335e0d561203e5e6f1aa8e242 /astro/gpsprune/files | |
parent | 905a78cc66e01600c10e0e2b9d2c9269c75e1f13 (diff) |
Notes
Diffstat (limited to 'astro/gpsprune/files')
-rw-r--r-- | astro/gpsprune/files/gpsprune.sh.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/astro/gpsprune/files/gpsprune.sh.in b/astro/gpsprune/files/gpsprune.sh.in new file mode 100644 index 000000000000..5a91e4813542 --- /dev/null +++ b/astro/gpsprune/files/gpsprune.sh.in @@ -0,0 +1,9 @@ +#!/bin/sh +# +# $FreeBSD$ + +JAVA="%%LOCALBASE%%/bin/java" +JARPATH="%%JAVALIBDIR%%" +export JAVA_VERSION="%%JAVA_VERSION%%" + +exec "${JAVA}" -jar "${JARPATH}/%%JARNAME%%" "$@" |