diff options
author | Robert Schuster <robertschuster@fsfe.org> | 2009-09-18 13:42:32 +0200 |
---|---|---|
committer | Robert Schuster <robertschuster@fsfe.org> | 2009-09-18 13:42:32 +0200 |
commit | d9fef0c7c9c064337223f847af28b6da4a180ced (patch) | |
tree | cd496b78261c03e7ab1dbdfbe28113d38c7d088a /recipes/cup/files | |
parent | e815e80bdf71c0c4cf0469d0b362be6dfe37e075 (diff) |
cup 0.10k: New recipe (from Jalimo SVN).
cup-native 0.10k: Dito.
Diffstat (limited to 'recipes/cup/files')
-rwxr-xr-x | recipes/cup/files/cup | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/cup/files/cup b/recipes/cup/files/cup new file mode 100755 index 0000000000..34b4f05956 --- /dev/null +++ b/recipes/cup/files/cup @@ -0,0 +1,5 @@ +#!/bin/sh + +cp=OE_STAGING_DATADIR_JAVA/OE_CUP_JAR + +exec OE_STAGING_BINDIR/java -cp $cp java_cup.Main "$@" |