diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-28 18:27:20 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-28 20:17:25 +0100 |
commit | 5864529a7c84a99d351bb693a68946582f1568ef (patch) | |
tree | c6d8470d5ce3f136cba17a2a1977e801ebcde8ad /extras | |
parent | 097aafa874165eda3d9a51757eb3bc3b67c2685b (diff) |
extras: don't hardcode share
Change-Id: I78b08f653407c5889e0f24ef6d38e9f9d1817df9
Diffstat (limited to 'extras')
-rw-r--r-- | extras/Package_wordbook.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/Package_wordbook.mk b/extras/Package_wordbook.mk index 682c5ae23ac7..d844e692b98d 100644 --- a/extras/Package_wordbook.mk +++ b/extras/Package_wordbook.mk @@ -11,7 +11,7 @@ $(eval $(call gb_Package_Package,extras_wordbook,$(SRCDIR)/extras/source/wordboo $(eval $(call gb_Package_set_outdir,extras_wordbook,$(INSTROOT))) -$(eval $(call gb_Package_add_files,extras_wordbook,share/wordbook,\ +$(eval $(call gb_Package_add_files,extras_wordbook,$(LIBO_SHARE_FOLDER)/wordbook,\ en-GB.dic \ en-US.dic \ sl.dic \ |