[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

./packages/openofficeorg/3.2/unstable r1914: fix a conditional, thanks calc



------------------------------------------------------------
revno: 1914
committer: Rene Engelhard <rene@debian.org>
branch nick: unstable
timestamp: Tue 2010-04-06 22:27:08 +0200
message:
  fix a conditional, thanks calc
modified:
  rules
=== modified file 'rules'
--- a/rules	2010-04-06 20:25:16 +0000
+++ b/rules	2010-04-06 20:27:08 +0000
@@ -424,7 +424,7 @@
 
 # Java...
 OOO_JAVA_ARCHS = i386 mips mipsel powerpc s390
-ifeq "$(BUILD_HPPA)" "y"
+ifeq "$(BUILD_ALPHA)" "y"
   OOO_JAVA_ARCHS+= alpha
 endif
 ifeq "$(BUILD_AMD64)" "y"


Reply to: