extras: don't hardcode share

Change-Id: I78b08f653407c5889e0f24ef6d38e9f9d1817df9
This commit is contained in:
Michael Stahl 2013-10-28 18:27:20 +01:00
parent 097aafa874
commit 5864529a7c
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -11,6 +11,6 @@ $(eval $(call gb_Package_Package,sdext_pdfimport_pdf,$(SRCDIR)/sdext))
$(eval $(call gb_Package_set_outdir,sdext_pdfimport_pdf,$(INSTROOT)))
$(eval $(call gb_Package_add_file,sdext_pdfimport_pdf,share/xpdfimport/xpdfimport_err.pdf,source/pdfimport/dialogs/xpdfimport_err.pdf))
$(eval $(call gb_Package_add_file,sdext_pdfimport_pdf,$(LIBO_SHARE_FOLDER)/xpdfimport/xpdfimport_err.pdf,source/pdfimport/dialogs/xpdfimport_err.pdf))
# vim: set noet sw=4 ts=4: