use the standard name pattern for a package

Change-Id: Ia5bf93d6af6ff301439ef04593fcb1d13ab3aa9f
This commit is contained in:
David Tardon 2018-04-15 12:31:45 +02:00
parent 1be0d0cddd
commit 7d01b75c68
2 changed files with 4 additions and 4 deletions

View file

@ -811,7 +811,7 @@ $(eval $(call gb_Helper_register_packages, \
postprocess_registry \ postprocess_registry \
readlicense_oo_readmes \ readlicense_oo_readmes \
setup_native_misc \ setup_native_misc \
share \ sysui_share \
vcl_fontunxpsprint \ vcl_fontunxpsprint \
)) ))

View file

@ -7,12 +7,12 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
# #
$(eval $(call gb_Package_Package,share,$(share_WORKDIR)/libreoffice)) $(eval $(call gb_Package_Package,sysui_share,$(share_WORKDIR)/libreoffice))
$(eval $(call gb_Package_add_files,share,share/xdg,\ $(eval $(call gb_Package_add_files,sysui_share,share/xdg,\
$(addsuffix .desktop,$(LAUNCHERLIST)) \ $(addsuffix .desktop,$(LAUNCHERLIST)) \
)) ))
$(eval $(call gb_Package_use_custom_target,share,sysui/share)) $(eval $(call gb_Package_use_custom_target,sysui_share,sysui/share))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4: