From 331a86ad0ce2caf4b2579c3e5cf73f7ea00ea6af Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 19 Oct 2010 13:36:30 +0200 Subject: [PATCH] java-sun-conf.in: fixed detection of the right source file for x86-64 --- java/sun-jre-142/java-sun-conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/sun-jre-142/java-sun-conf.in b/java/sun-jre-142/java-sun-conf.in index 725686daf..703b30be9 100644 --- a/java/sun-jre-142/java-sun-conf.in +++ b/java/sun-jre-142/java-sun-conf.in @@ -44,7 +44,7 @@ java_srctar= case $arch in x86) java_srctar="`match_source_file -p -i586`" ;; ia64) java_srctar="`match_source_file -p -ia64`" ;; - x86-64) java_srctar="`match_source_file -p -amd64`" ;; + x86-64) java_srctar="`match_source_file -p -x64`" ;; esac # Make sure there is a file to be patched. If not we