mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-25 20:26:34 +00:00
package/openrc: fix post-install-target addition
OPENRC_POST_TARGET_INSTALL_HOOKS -> OPENRC_POST_INSTALL_TARGET_HOOKS Signed-off-by: Carlos Santos <unixmania@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
c8c5660a81
commit
4e3e53483c
@ -47,7 +47,7 @@ define OPENRC_NO_NET
|
|||||||
$(RM) $(TARGET_DIR)/etc/init.d/{network,staticroute,loopback}
|
$(RM) $(TARGET_DIR)/etc/init.d/{network,staticroute,loopback}
|
||||||
$(RM) $(TARGET_DIR)/etc/conf.d/{network,staticroute,loopback}
|
$(RM) $(TARGET_DIR)/etc/conf.d/{network,staticroute,loopback}
|
||||||
endef
|
endef
|
||||||
OPENRC_POST_TARGET_INSTALL_HOOKS += OPENRC_NO_NET
|
OPENRC_POST_INSTALL_TARGET_HOOKS += OPENRC_NO_NET
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define OPENRC_REMOVE_UNNEEDED
|
define OPENRC_REMOVE_UNNEEDED
|
||||||
|
Loading…
x
Reference in New Issue
Block a user