Package: javahelper
Tags: patch

Hello

I just realized that some build servers updated the path to the libjava.so 
under sparc64.
The attached patch should fix it.

Thanks, 
Sylvestre

Index: javatools-0.28/java-arch.sh
===================================================================
--- javatools-0.28.orig/java-arch.sh	2010-02-19 12:12:45.000000000 +0100
+++ javatools-0.28/java-arch.sh	2010-02-19 12:14:34.000000000 +0100
@@ -26,6 +26,9 @@
 	hppa)
 		echo parisc
 		;; 
+	sparc64)
+		echo sparc
+		;;
 	*) 
 		echo  $DPKG_ARCH
 		;;

Reply via email to