[Libreoffice-commits] .: Branch 'libreoffice-3-4' - sc/qa
Tor Lillqvist
tml at kemper.freedesktop.org
Thu Apr 14 08:05:04 PDT 2011
sc/qa/unit/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 14ecbe7ce709c5c96a7954aeb611807be25cea9f
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Apr 13 20:55:20 2011 +0100
windows needs BRAND_BASE_DIR as well
diff --git a/sc/qa/unit/Makefile b/sc/qa/unit/Makefile
index 7bdedd0..87694f1 100644
--- a/sc/qa/unit/Makefile
+++ b/sc/qa/unit/Makefile
@@ -45,7 +45,7 @@ services.rdb :
echo '<?xml version="1.0"?><components xmlns="http://openoffice.org/2010/uno-components">' > $@
$(gb_AWK) -- \
'/^<\?xml version.*/ { next; } \
- { gsub(/vnd.sun.star.expand:\$$OOO_BASE_DIR\/program/, "vnd.sun.star.expand:$$OOO_BASE_DIR",$$0); print; }' \
+ { gsub(/vnd.sun.star.expand:\$$OOO_BASE_DIR\/program/, "vnd.sun.star.expand:$$OOO_BASE_DIR",$$0); gsub(/vnd.sun.star.expand:\$$BRAND_BASE_DIR\/program/, "vnd.sun.star.expand:$$BRAND_BASE_DIR",$$0); print; }' \
$^ >> $@
echo '</components>' >> $@
More information about the Libreoffice-commits
mailing list