summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--classes/java.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/java.bbclass b/classes/java.bbclass
index ab51787..fc97295 100644
--- a/classes/java.bbclass
+++ b/classes/java.bbclass
@@ -58,7 +58,7 @@ oe_jarinstall() {
58 # Creates symlinks out of the remaining arguments. 58 # Creates symlinks out of the remaining arguments.
59 while [ "$#" -gt 0 ]; do 59 while [ "$#" -gt 0 ]; do
60 if [ -e $dir/$1 -o -h $dir/$1 ]; then 60 if [ -e $dir/$1 -o -h $dir/$1 ]; then
61 bbwarn "file was in the way. removing:" $dir/$1 61 bbnote "file was in the way. removing:" $dir/$1
62 rm $dir/$1 62 rm $dir/$1
63 fi 63 fi
64 ln -s $destname $dir/$1 64 ln -s $destname $dir/$1