mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
pango: convert old-style hook to new-style hook
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
e3077bc822
commit
918978d4ad
@ -54,8 +54,10 @@ else
|
|||||||
PANGO_CONF_OPT += --without-x
|
PANGO_CONF_OPT += --without-x
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,pango))
|
define PANGO_INSTALL_INITSCRIPT
|
||||||
|
|
||||||
$(PANGO_HOOK_POST_INSTALL):
|
|
||||||
$(INSTALL) -m 755 package/pango/S25pango $(TARGET_DIR)/etc/init.d/
|
$(INSTALL) -m 755 package/pango/S25pango $(TARGET_DIR)/etc/init.d/
|
||||||
touch $@
|
endef
|
||||||
|
|
||||||
|
PANGO_POST_INSTALL_TARGET_HOOKS += PANGO_INSTALL_INITSCRIPT
|
||||||
|
|
||||||
|
$(eval $(call AUTOTARGETS,package,pango))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user