openjdk-javac-native: Use relative path for symlink.
authorRobert Schuster <thebohemian@gmx.net>
Fri, 14 Nov 2008 21:59:35 +0000 (22:59 +0100)
committerRobert Schuster <thebohemian@gmx.net>
Fri, 14 Nov 2008 22:00:23 +0000 (23:00 +0100)
packages/openjdk-langtools/openjdk-javac-native_0.0+jdk7-b31.bb

index e4c916f..1e3e1f8 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Java compiler from the OpenJDK project"
 HOMEPAGE = "http://http://openjdk.java.net/groups/compiler"
 LICENSE  = "GPL"
 
-PR = "r0"
+PR = "r1"
 
 DEPENDS = "openjdk-langtools-native"
 
@@ -11,5 +11,5 @@ PROVIDES = "virtual/javac-native"
 inherit native
 
 do_stage() {
-       ln -sf ${bindir}/sun-javac ${bindir}/javac
+       ln -sf sun-javac ${bindir}/javac
 }