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 /sdext | |
parent | 097aafa874165eda3d9a51757eb3bc3b67c2685b (diff) |
extras: don't hardcode share
Change-Id: I78b08f653407c5889e0f24ef6d38e9f9d1817df9
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/Package_pdfimport_xpdfimport.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/Package_pdfimport_xpdfimport.mk b/sdext/Package_pdfimport_xpdfimport.mk index 523630667373..09739ad9979d 100644 --- a/sdext/Package_pdfimport_xpdfimport.mk +++ b/sdext/Package_pdfimport_xpdfimport.mk @@ -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: |