ソースを参照

fix the name of the faking Sun JDK

Ralf S. Engelschall 16 年 前
コミット
44f00e9f22
1 ファイル変更3 行追加3 行削除
  1. 3 3
      java-jdkfake/java-jdkfake.spec

+ 3 - 3
java-jdkfake/java-jdkfake.spec

@@ -32,7 +32,7 @@ Class:        EVAL
 Group:        Language
 License:      Open Source
 Version:      0
-Release:      20081025
+Release:      20090321
 
 #   list of sources
 
@@ -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=java-jdk-fake:/path/to/external/jdk"
+          echo "     --register=sun-jdk-fake:/path/to/external/jdk"
           echo "    \$ $RPM_INSTALL_PREFIX/bin/java-toolkit \\"
-          echo "     --activate=java-jdk-fake"
+          echo "     --activate=sun-jdk-fake"
         ) | %{l_rpmtool} msg -b -t notice
     fi