summaryrefslogtreecommitdiff
path: root/scripting
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2018-04-15 12:33:48 +0200
committerDavid Tardon <dtardon@redhat.com>2018-04-15 13:49:53 +0200
commit4ee275e72e36a5a4182cf6860d709f095b4d87da (patch)
tree0af829d4757bf90c783739968c8dc0c9bba0d626 /scripting
parent7d01b75c68291ad57145c22d60db6959758e69ef (diff)
use the standard name pattern for a package
Change-Id: I28f468b84ba0848c6af9bcc3c27971fae1e89fa7
Diffstat (limited to 'scripting')
-rw-r--r--scripting/Package_scriptproviderforpython.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripting/Package_scriptproviderforpython.mk b/scripting/Package_scriptproviderforpython.mk
index f16758707ee7..7e21439984b8 100644
--- a/scripting/Package_scriptproviderforpython.mk
+++ b/scripting/Package_scriptproviderforpython.mk
@@ -7,9 +7,9 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-$(eval $(call gb_Package_Package,scriptproviderforpython,$(SRCDIR)/scripting/source/pyprov))
+$(eval $(call gb_Package_Package,scripting_scriptproviderforpython,$(SRCDIR)/scripting/source/pyprov))
-$(eval $(call gb_Package_add_file,scriptproviderforpython,$(LIBO_ETC_FOLDER)/services/scriptproviderforpython.rdb,scriptproviderforpython.rdb))
-$(eval $(call gb_Package_add_file,scriptproviderforpython,$(LIBO_LIB_PYUNO_FOLDER)/pythonscript.py,pythonscript.py))
+$(eval $(call gb_Package_add_file,scripting_scriptproviderforpython,$(LIBO_ETC_FOLDER)/services/scriptproviderforpython.rdb,scriptproviderforpython.rdb))
+$(eval $(call gb_Package_add_file,scripting_scriptproviderforpython,$(LIBO_LIB_PYUNO_FOLDER)/pythonscript.py,pythonscript.py))
# vim: set noet sw=4 ts=4: