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

[SCM] LibreOffice packaging repository branch, debian-experimental-3.5, updated. libreoffice_3.5.0-1-1-ge2b9c20



The following commit has been merged in the debian-experimental-3.5 branch:
commit e2b9c20250fc58d6bc84dc57102ca6f3da88a280
Author: Rene Engelhard <rene@rene-engelhard.de>
Date:   Wed Feb 15 17:27:52 2012 +0100

    fix logic error on arm...

diff --git a/rules b/rules
index b035f36..1a35e8e 100755
--- a/rules
+++ b/rules
@@ -349,10 +349,10 @@ endif
 
 ifneq (,$(findstring arm,$(DEB_HOST_ARCH)))
   ifneq (stdlibs,$(findstring stdlibs,$(SYSTEM_STUFF)))
-  $(error sal doesn not built on arm with internal stdlibs!)
+  $(error sal does not build on arm with internal stdlibs!)
   endif
-  ifneq (icu,$(findstring stdlibs,$(SYSTEM_STUFF)))
-  $(error internal icu ddoes nt build on arm!)
+  ifneq (icu,$(findstring icu,$(SYSTEM_STUFF)))
+  $(error internal icu does nt build on arm!)
   endif
 endif
 

-- 
LibreOffice packaging repository


Reply to: