Browse Source

java-sun-conf.in: fixed detection of the right source file for x86-64

user/chris/test/early-mdev
Christian Wiese 14 years ago
parent
commit
331a86ad0c
  1. 2
      java/sun-jre-142/java-sun-conf.in

2
java/sun-jre-142/java-sun-conf.in

@ -44,7 +44,7 @@ java_srctar=
case $arch in case $arch in
x86) java_srctar="`match_source_file -p -i586`" ;; x86) java_srctar="`match_source_file -p -i586`" ;;
ia64) java_srctar="`match_source_file -p -ia64`" ;; 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 esac
# Make sure there is a file to be patched. If not we # Make sure there is a file to be patched. If not we

Loading…
Cancel
Save