diff options
Diffstat (limited to 'sc/qa/unit')
-rw-r--r-- | sc/qa/unit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/Makefile b/sc/qa/unit/Makefile index 7bdedd0163ce..87694f116f34 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>' >> $@ |