[Libreoffice-commits] .: Branch 'feature/gbuild_conversions' - postprocess/packregistry
David Tardon
dtardon at kemper.freedesktop.org
Sat Apr 14 09:27:43 PDT 2012
postprocess/packregistry/makefile.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d041f609f330ff30db2a54e38e91e3def1d7d053
Author: David Tardon <dtardon at redhat.com>
Date: Sat Apr 14 18:26:59 2012 +0200
fix file name
diff --git a/postprocess/packregistry/makefile.mk b/postprocess/packregistry/makefile.mk
index 1a8e873..826aa8c 100644
--- a/postprocess/packregistry/makefile.mk
+++ b/postprocess/packregistry/makefile.mk
@@ -331,7 +331,7 @@ ERROR : unknown-GUIBASE
.END
.IF "$(ENABLE_EVOAB2)" == "TRUE"
MY_FILES_main += $(MY_MOD)/org/openoffice/Office/DataAccess/Drivers-evoab.xcu
-MY_FILES_main += $(MY_MOD)/org/openoffice/Office/DataAccess-evoab.xcu
+MY_FILES_main += $(MY_MOD)/org/openoffice/Office/DataAccess-evoab2.xcu
MY_DRIVERS += evoab
.END
.IF "$(SOLAR_JAVA)" == "TRUE"
More information about the Libreoffice-commits
mailing list