diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-03-08 08:14:20 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-03-08 10:01:47 +0100 |
commit | f4926f2310be4870c948df806053f6573259e10f (patch) | |
tree | e5e51cdbb0ae0d156654538b46c3ec6f3759e5f4 /sdext/Configuration_minimizer.mk | |
parent | 26b7fd6e1bc090cde2f9507aef86bc88e0501fc1 (diff) |
sdext: Configuration: use nodeliver mode
Preventing the files from officecfg being overwritten by files from sdext.
Should fix the smoketest failure if the extensions are enabled.
Diffstat (limited to 'sdext/Configuration_minimizer.mk')
-rw-r--r-- | sdext/Configuration_minimizer.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/Configuration_minimizer.mk b/sdext/Configuration_minimizer.mk index d0bbbb3db875..6af15c195062 100644 --- a/sdext/Configuration_minimizer.mk +++ b/sdext/Configuration_minimizer.mk @@ -25,7 +25,7 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. -$(eval $(call gb_Configuration_Configuration_nozip,presentation-minimizer)) +$(eval $(call gb_Configuration_Configuration,presentation-minimizer,nodeliver)) $(eval $(call gb_Configuration_add_schemas,presentation-minimizer,sdext/source/minimizer/registry/schema,\ org/openoffice/Office/extension/SunPresentationMinimizer.xcs \ |