Ignore already created symnlink
parent
89911f27de
commit
942c8b6961
2
Makefile
2
Makefile
|
|
@ -50,7 +50,7 @@ files: packages
|
|||
commands: files
|
||||
@echo " * Running Commands..."
|
||||
@echo " -- Setup local start"
|
||||
@ln -s /etc/init.d/local target/etc/runlevels/default/local
|
||||
@ln -s /etc/init.d/local target/etc/runlevels/default/local 2>/dev/null || true
|
||||
|
||||
.PHONY: build-overlay
|
||||
build-overlay: commands
|
||||
|
|
|
|||
Loading…
Reference in New Issue