Browse Source

one additional fix: the version really has to be number based

Ralf S. Engelschall 16 years ago
parent
commit
7bd8deb7c3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      java-jdkfake/java-jdkfake.spec

+ 2 - 2
java-jdkfake/java-jdkfake.spec

@@ -73,9 +73,9 @@ Provides:     JAVA-JDK
           echo "In order to work, you now have to manually register and activate"
           echo "your external Sun Java Standard Edition JDK via:"
           echo "    \$ $RPM_INSTALL_PREFIX/bin/java-toolkit \\"
-          echo "     --register=sun-jdk-fake:/path/to/external/jdk"
+          echo "     --register=sun-jdk-0.0:/path/to/external/jdk"
           echo "    \$ $RPM_INSTALL_PREFIX/bin/java-toolkit \\"
-          echo "     --activate=sun-jdk-fake"
+          echo "     --activate=sun-jdk-0.0"
         ) | %{l_rpmtool} msg -b -t notice
     fi