3e1222fae2
Drop spurious space added by commit
89d39fc7a3
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
13 lines
367 B
Makefile
13 lines
367 B
Makefile
################################################################################
|
|
#
|
|
# initscripts
|
|
#
|
|
################################################################################
|
|
|
|
define INITSCRIPTS_INSTALL_TARGET_CMDS
|
|
mkdir -p $(TARGET_DIR)/etc/init.d
|
|
$(INSTALL) -D -m 0755 package/initscripts/init.d/* $(TARGET_DIR)/etc/init.d/
|
|
endef
|
|
|
|
$(eval $(generic-package))
|