Kaydet (Commit) 4ee275e7 authored tarafından David Tardon's avatar David Tardon

use the standard name pattern for a package

Change-Id: I28f468b84ba0848c6af9bcc3c27971fae1e89fa7
üst 7d01b75c
......@@ -1062,7 +1062,7 @@ $(eval $(call gb_Helper_register_packages_for_install,python, \
))
$(eval $(call gb_Helper_register_packages_for_install,python_scriptprovider, \
scriptproviderforpython \
scripting_scriptproviderforpython \
))
$(eval $(call gb_Helper_register_packages_for_install,python_librelogo, \
......
......@@ -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:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment