fix character spacing

pull/12/head
ceb515 4 years ago
parent f1dc49b43b
commit a4f749fb4c

@ -124,9 +124,9 @@ clean:
install: install:
@if ! [ "$(shell id -u)" = 0 ];then @if ! [ "$(shell id -u)" = 0 ];then
@echo "You are not root, install will fail." @echo "You are not root, install will fail."
exit 1 exit 1
fi fi
all all
mkdir -p /opt/dvm/bin || true mkdir -p /opt/dvm/bin || true
install -m 755 $(HOST_BIN) /opt/dvm/bin/ install -m 755 $(HOST_BIN) /opt/dvm/bin/

Loading…
Cancel
Save

Powered by TurnKey Linux.