Ignore already created symnlink
parent
89911f27de
commit
942c8b6961
2
Makefile
2
Makefile
|
|
@ -50,7 +50,7 @@ files: packages
|
||||||
commands: files
|
commands: files
|
||||||
@echo " * Running Commands..."
|
@echo " * Running Commands..."
|
||||||
@echo " -- Setup local start"
|
@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
|
.PHONY: build-overlay
|
||||||
build-overlay: commands
|
build-overlay: commands
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue