From b78297e2610fb50a311212fad8b007237aa0825e Mon Sep 17 00:00:00 2001 From: ceb515 Date: Wed, 4 May 2022 14:35:25 -0400 Subject: [PATCH] Update Makefile --- Makefile | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Makefile b/Makefile index ffefb25f..14d2b282 100644 --- a/Makefile +++ b/Makefile @@ -122,16 +122,7 @@ clean: $(RM) -r dpkg_build tar_build $(RM) dvmhost_1.0.0* dvmhost-dbgsym*.deb -<<<<<<< HEAD -install: - @if ! [ "$(shell id -u)" = 0 ];then - @echo "You are not root, install will fail." - exit 1 - fi - all -======= -install: all ->>>>>>> parent of f1dc49b (Update makefile to check for root before install) +install:all mkdir -p /opt/dvm/bin || true install -m 755 $(HOST_BIN) /opt/dvm/bin/ install -m 755 $(CMD_BIN) /opt/dvm/bin/