summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4d32669)
raw | patch | inline | side by side (parent: 4d32669)
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | |
Fri, 8 Jan 2010 04:26:19 +0000 (13:26 +0900) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Fri, 8 Jan 2010 08:48:47 +0000 (09:48 +0100) |
Added an appropriate entry to the java archdir map.
debian/rules | patch | blob | history |
diff --git a/debian/rules b/debian/rules
index 5cb707e24c00af84e348563540546556476ddea1..d944454855f460409f2afb6541bc520abc350225 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
# The archdir map has been copied from openjdk-6's debian/rules.
JAVA_ARCHDIR_MAP = alpha=alpha arm=arm armel=arm amd64=amd64 hppa=parisc \
i386=i386 lpia=i386 m68k=m68k mips=mips mipsel=mipsel \
- powerpc=ppc sparc=sparc s390=s390 ia64=ia64
+ powerpc=ppc sparc=sparc s390=s390 ia64=ia64 sh4=sh4
JAVA_ARCHDIR = $(strip $(patsubst $(DEB_BUILD_ARCH)=%, %, \
$(filter $(DEB_BUILD_ARCH)=%, $(JAVA_ARCHDIR_MAP))))
JAVA_HOME = /usr/lib/jvm/java-6-openjdk