[libreoffice/master-3.5] fix patch

David Tardon dtardon at fedoraproject.org
Wed Dec 14 08:57:08 UTC 2011


commit 493ee5f957337d39c76f0ba57f337326219a99fe
Author: David Tardon <dtardon at redhat.com>
Date:   Wed Dec 14 09:56:54 2011 +0100

    fix patch

 0001-force-gbuild-stage-for-CustomTargets.patch |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/0001-force-gbuild-stage-for-CustomTargets.patch b/0001-force-gbuild-stage-for-CustomTargets.patch
index 970bf60..14b6f79 100644
--- a/0001-force-gbuild-stage-for-CustomTargets.patch
+++ b/0001-force-gbuild-stage-for-CustomTargets.patch
@@ -18,11 +18,11 @@ index 41b23b8..1e075af 100644
 @@ -31,6 +31,7 @@ define gb_CustomTarget__command
  +$(call gb_Helper_abbreviate_dirs,\
  	mkdir -p $(call gb_CustomTarget_get_workdir,$(2)) && \
- 	O='$(OUTDIR)' R='$(REPODIR)' S='$(SRCDIR)' W='$(WORKDIR)' gb_AWK='$(gb_AWK)' \
+ 	gb_AWK="$(gb_AWK)" gb_XSLTPROC="$(gb_XSLTPROC)" GBUILDDIR="$(GBUILDDIR)" SRCDIR="$(SRCDIR)" \
 +	gb_SourceEnvAndRecurse_STAGE=gbuild \
- 	gb_XSLTPROC='$(gb_XSLTPROC)' GBUILDDIR='$(GBUILDDIR)' SRCDIR='$(SRCDIR)' \
  	$(MAKE) -C $(call gb_CustomTarget_get_workdir,$(2)) -f $< && \
  	touch $(1))
+ 
 -- 
 1.7.7.3
 


More information about the scm-commits mailing list