[Lunar-commits] r26080 - moonbase/trunk/compilers/sun-jre

Moritz Heiber moe at lunar-linux.org
Thu Oct 4 16:20:31 CEST 2007


Author: moe
Date: 2007-10-04 16:20:31 +0200 (Thu, 04 Oct 2007)
New Revision: 26080

Modified:
   moonbase/trunk/compilers/sun-jre/BUILD
   moonbase/trunk/compilers/sun-jre/DETAILS
Log:
Reverting the last update since we're not downloading the right file.



Modified: moonbase/trunk/compilers/sun-jre/BUILD
===================================================================
--- moonbase/trunk/compilers/sun-jre/BUILD	2007-10-04 13:58:01 UTC (rev 26079)
+++ moonbase/trunk/compilers/sun-jre/BUILD	2007-10-04 14:20:31 UTC (rev 26080)
@@ -1,17 +1,17 @@
 (
 
-  echo export PATH=\"'${PATH}':/usr/lib/jre"${VERSION}"/bin\" >> $SOURCE_DIRECTORY/sun-jre.rc  &&
-  chmod +x $SOURCE  &&
-  ./$SOURCE         &&
+  echo export PATH=\"'${PATH}':/usr/lib/jre"${VERSION}"/bin\" >> $SOURCE_DIRECTORY/sun-jre.rc &&
+  chmod +x $SOURCE &&
+  ./$SOURCE        &&
 
-  prepare_install   &&
+  prepare_install  &&
 
-  cp -r $SOURCE_DIRECTORY/jre${VERSION} /usr/lib/  &&
+  cp -r $SOURCE_DIRECTORY/jre${VERSION} /usr/lib/ &&
 
-  mkdir -p /opt/lunar/plugins  &&
-  rm -f /opt/lunar/plugins/libjavaplugin_oji.so  &&
+  mkdir -p /opt/lunar/plugins &&
+  rm -f /opt/lunar/plugins/libjavaplugin_oji.so &&
   ln -sf /usr/lib/jre${VERSION}/plugin/i386/ns7/libjavaplugin_oji.so \
-         /opt/lunar/plugins/  &&
+         /opt/lunar/plugins/ &&
 
   install -m644 $SOURCE_DIRECTORY/sun-jre.rc /etc/profile.d/
 

Modified: moonbase/trunk/compilers/sun-jre/DETAILS
===================================================================
--- moonbase/trunk/compilers/sun-jre/DETAILS	2007-10-04 13:58:01 UTC (rev 26079)
+++ moonbase/trunk/compilers/sun-jre/DETAILS	2007-10-04 14:20:31 UTC (rev 26080)
@@ -1,16 +1,15 @@
           MODULE=sun-jre
-         VERSION=1.6.0_03
-          SOURCE=jre-6u3-linux-i586.bin 
+         VERSION=1.6.0_02
+          SOURCE=jre-6u2-linux-i586.bin 
       SOURCE_URL="http://javadl.sun.com/webapps/download/AutoDL?BundleId=11284&/"
-      SOURCE_VFY=sha1:6d729efc48b2539ffcc216a7fadf8fb1d9294410
+      SOURCE_VFY=sha1:630f9915f1a3da3510c032870dc933b489a9eac2
         WEB_SITE=http://java.sun.com
          LICENSE="proprietary"
          ENTERED=20061113
-         UPDATED=20071004
+         UPDATED=20070728
            FUZZY=off
        LDD_CHECK=off
            SHORT="SUN java runtime environment"
-	   
 cat << EOF
 sun-jre is only the run time environment, should be sufficient for
 most users.



More information about the Lunar-commits mailing list