1
0
Fork 0

Ignore already created symnlink

master
Gary 2020-11-23 14:51:40 +00:00
parent 89911f27de
commit 942c8b6961
1 changed files with 1 additions and 1 deletions

View File

@ -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