Bug#325459: ...and here's the other patch.
Corey Hickey
bugfood-c at fatooh.org
Sun Aug 28 20:21:44 UTC 2005
I thought reportbug was going to prompt me for multiple patches. Here's
the j2sdk one.
-Corey
-------------- next part --------------
--- blackdown-j2sdk.sh.orig 2005-07-10 11:05:03.000000000 -0700
+++ blackdown-j2sdk.sh 2005-08-28 12:59:10.000000000 -0700
@@ -50,6 +50,11 @@
j2se_expected_min_size=88 # 90316 kB
found=true
;;
+ "j2sdk-1.4.2-02-linux-i586.bin") # SUPPORTED
+ j2se_version=1.4.2+02
+ j2se_expected_min_size=84 # 86560 kB
+ found=true
+ ;;
esac
;;
sparc|sparc-linux)
@@ -83,6 +88,11 @@
j2se_expected_min_size=89 # 90420 kB
found=true
;;
+ "j2sdk-1.4.2-02-linux-amd64.bin") # SUPPORTED
+ j2se_version=1.4.2+02
+ j2se_expected_min_size=84 # 86920 kB
+ found=true
+ ;;
esac
;;
powerpc|powerpc-linux)
More information about the pkg-java-maintainers
mailing list