From 29202a16d9f1934684c7d0978112849f2a21fe2f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 6 Jun 2015 14:24:46 +0100 Subject: Resolves: tdf#89905 don't copy palettes from shared to user make this a multi-path element with a shared read-only location and a user read/write location and don't copy the presets, instead just keep them in the shared location Now an admin can copy extra palettes into the shared location and they magically appear in the user deployments Change-Id: I7585789c0c59941094f6128368df94b834d3c2a2 --- extras/Package_palettes.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras') diff --git a/extras/Package_palettes.mk b/extras/Package_palettes.mk index bc317e2465a9..5cf4c6104bd7 100644 --- a/extras/Package_palettes.mk +++ b/extras/Package_palettes.mk @@ -9,7 +9,7 @@ $(eval $(call gb_Package_Package,extras_palettes,$(SRCDIR)/extras/source/palettes)) -$(eval $(call gb_Package_add_files,extras_palettes,$(LIBO_SHARE_PRESETS_FOLDER)/config,\ +$(eval $(call gb_Package_add_files,extras_palettes,$(LIBO_SHARE_FOLDER)/palette,\ arrowhd.soe \ classic.sog \ cmyk.soc \ -- cgit