package/openrc: install sysv-rcs file
package/openrc has the file sysv-rcs which starts sysvinit services not written for openrc. However, currently it is not installed to the target. Install this file to $(TARGET_DIR)/etc/init.d during the target_install step. Signed-off-by: Adam Duskett <aduskett@greenlots.com> [yann.morin.1998@free.fr: use full-path for destination, not just dir] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
45bb8059ae
commit
3945226a7e
@ -35,6 +35,8 @@ endef
|
||||
|
||||
define OPENRC_INSTALL_TARGET_CMDS
|
||||
$(MAKE) $(OPENRC_MAKE_OPTS) DESTDIR=$(TARGET_DIR) -C $(@D) install
|
||||
$(INSTALL) -D -m 0755 $(OPENRC_PKGDIR)/sysv-rcs \
|
||||
$(TARGET_DIR)/etc/init.d/sysv-rcs
|
||||
endef
|
||||
|
||||
ifeq ($(BR2_PACKAGE_NETIFRC),y)
|
||||
|
Loading…
Reference in New Issue
Block a user