diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-09-12 23:50:11 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-09-23 11:16:55 +0300 |
commit | cb466794aff56cc9cf2c83d26f5cda9dacdd6c81 (patch) | |
tree | 2e8a6bf4f6055684eb69e0dcac17db2587777898 | |
parent | 6ee1a5438061712d05e5a8a6b9820e27c3ab21f6 (diff) |
Put schema.xml in the correct place, and drop the empty English strings file
Change-Id: Ic9d3894611eedcffa9ce79ae8b2745de72eb9117
(cherry picked from commit 0b6555f594095ddc082d555852f7d8e9f7d7f266)
-rw-r--r-- | extensions/Package_mdibundle.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/extensions/Package_mdibundle.mk b/extensions/Package_mdibundle.mk index 3677116936a6..88f70f211598 100644 --- a/extensions/Package_mdibundle.mk +++ b/extensions/Package_mdibundle.mk @@ -11,7 +11,9 @@ $(eval $(call gb_Package_Package,extensions_mdibundle,$(SRCDIR)/extensions/sourc $(eval $(call gb_Package_add_files,extensions_mdibundle,Library/Spotlight/OOoSpotlightImporter.mdimporter/Contents,\ Info.plist \ - en.lproj/schema.strings \ +)) + +$(eval $(call gb_Package_add_files,extensions_mdibundle,Library/Spotlight/OOoSpotlightImporter.mdimporter/Contents/Resources,\ schema.xml \ )) |