summaryrefslogtreecommitdiffstats
path: root/recipes-core/cacao
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/cacao')
-rw-r--r--recipes-core/cacao/cacao-initial-native_0.98.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/cacao/cacao-initial-native_0.98.bb b/recipes-core/cacao/cacao-initial-native_0.98.bb
index 72c6246..ec7fbdb 100644
--- a/recipes-core/cacao/cacao-initial-native_0.98.bb
+++ b/recipes-core/cacao/cacao-initial-native_0.98.bb
@@ -35,7 +35,7 @@ export JAR="fastjar"
35 35
36do_configure_append() { 36do_configure_append() {
37 # Fix the executable name in the wrapper script. 37 # Fix the executable name in the wrapper script.
38 sed -i -e "s|exec cacao|exec cacao-initial|" src/scripts/java.in 38 sed -i -e "s|exec cacao \\$|exec cacao-initial \\$|" src/scripts/java.in
39} 39}
40 40
41SRC_URI[md5sum] = "8b8907c8b925761c9410bcadb9705346" 41SRC_URI[md5sum] = "8b8907c8b925761c9410bcadb9705346"