diff options
author | David Tardon <dtardon@redhat.com> | 2013-03-03 08:23:07 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-03-03 09:28:30 +0100 |
commit | c25c54c6c953ae4785bcd9705919601154b59038 (patch) | |
tree | e37eece51dc13083e2f0c1cd609acfbd9bf0b153 /sdext | |
parent | 2ee307d2300f5d5b3d56dec579b1c6fda97e60d4 (diff) |
fix copypasta
Change-Id: Id27da44a5645f584922951391bf61ed6368e70b6
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/Package_pdfimport_xpdfimport.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/Package_pdfimport_xpdfimport.mk b/sdext/Package_pdfimport_xpdfimport.mk index b8dabd890a40..02af5a5f1336 100644 --- a/sdext/Package_pdfimport_xpdfimport.mk +++ b/sdext/Package_pdfimport_xpdfimport.mk @@ -7,8 +7,8 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -$(eval $(call gb_Package_Package,pdfimport_xcu,$(SRCDIR)/sdext)) +$(eval $(call gb_Package_Package,sdext_pdfimport_pdf,$(SRCDIR)/sdext)) -$(eval $(call gb_Package_add_file,pdfimport_xcu,bin/xpdfimport_err.pdf,source/pdfimport/dialogs/xpdfimport_err.pdf)) +$(eval $(call gb_Package_add_file,sdext_pdfimport_pdf,bin/xpdfimport_err.pdf,source/pdfimport/dialogs/xpdfimport_err.pdf)) # vim: set noet sw=4 ts=4: |