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

./packages/openofficeorg/3.0.1/unstable r1462: fixup HELPISOS



------------------------------------------------------------
revno: 1462
committer: Rene Engelhard <rene@debian.org>
branch nick: unstable
timestamp: Fri 2009-04-17 20:37:06 +0200
message:
  fixup HELPISOS
modified:
  rules
=== modified file 'rules'
--- a/rules	2009-04-15 10:07:06 +0000
+++ b/rules	2009-04-17 18:37:06 +0000
@@ -136,7 +136,7 @@
 BUILD_CAIROCANVAS=y
 USE_SYSTEM_CAIRO=y
 CAIRO_FONTS_PATCH=y
-BUILD_KDE=n
+BUILD_KDE=y
 ifeq "$(BUILD_KDE)" "y"
   ENABLE_KDEAB=y
 endif
@@ -508,7 +508,7 @@
 ifneq "$(BUILD_ONLY_EN_US)" "y"
   ifeq (lang=,$(findstring lang=,$(DEB_BUILD_OPTIONS)))
 	ISOS=$(shell echo "$(DEB_BUILD_OPTIONS) " | sed -n 's/^.*lang=\([^\s]*\)\s.*/\1/p' | awk '{ print $$1 }' | sed -e 's/,/ /')
-	HELPISOS=$(shell echo "$(DEB_BUILD_OPTIONS) " | sed -n 's/^.*lang=\([^,\s*\)\s.*/\1/p' | awk '{ print $$1 }' | sed -e 's/,/ /')
+	HELPISOS=$(shell echo "$(DEB_BUILD_OPTIONS) " | sed -n 's/^.*lang=\([^\s]*\)\s.*/\1/p' | awk '{ print $$1 }' | sed -e 's/,/ /')
 	LANGPACKISOS=$(shell echo "$(DEB_BUILD_OPTIONS) " | sed -n 's/^.*lang=\([^\s]*\)\s.*/\1/p' | awk '{ print $$1 }' | sed -e 's/,/ /')
   else
 	# Note that the first one here *has to be* en-US. the first one gets


Reply to: