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 /graphics/aoi | |
parent | c2d98c00ebfe1f8d19b2c1a7dfa611ccb678e9b7 (diff) | |
download | ports-b30d6c83bcb1739229eff6ae5a291bc17264bfc8.tar.gz ports-b30d6c83bcb1739229eff6ae5a291bc17264bfc8.zip |
Notes
Diffstat (limited to 'graphics/aoi')
-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" "${@}" |