[Libreoffice-commits] .: sc/qa
Caolán McNamara
caolan at kemper.freedesktop.org
Wed Apr 13 12:55:31 PDT 2011
sc/qa/unit/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 06920dced71fb5182c58349737fc9da5ca91a4ca
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