diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-03-23 16:42:51 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-03-23 16:42:51 +0000 |
commit | b30d6c83bcb1739229eff6ae5a291bc17264bfc8 (patch) | |
tree | 5e114eba592d4a8a3ce5e5150ecfe4bcd92054ad | |
parent | - Change Makefile header, use my name and @FreeBSD.org email (diff) |
- Change files/aoi.in, remove -Djava.ext.dirs="%%DATADIR%%"
Notes
Notes:
svn path=/head/; revision=348869
-rw-r--r-- | graphics/aoi/files/aoi.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/aoi/files/aoi.in b/graphics/aoi/files/aoi.in index 7866c3140c00..1dd580b25f96 100644 --- a/graphics/aoi/files/aoi.in +++ b/graphics/aoi/files/aoi.in @@ -5,4 +5,4 @@ export JAVA_VERSION="%%JAVA_VERSION%%" cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" \ --Djava.ext.dirs="%%DATADIR%%" -jar "%%DATADIR%%/ArtOfIllusion.jar" "${@}" +-jar "%%DATADIR%%/ArtOfIllusion.jar" "${@}" |