From fb1a3feaf7b84a6ec5ea02ffdba9f98f53a2bc2e Mon Sep 17 00:00:00 2001 From: alyan2008 Date: Fri, 25 Dec 2015 11:11:05 +0200 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ebfc41b..cef5872 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ DEV_ENV_SET=ANSIBLE_CONFIG=$(ANSIBLE_VAGRANT_CONFIG) all: vagrant site@dev basebox: - cd vagrant/boxcutter/ubuntu && make virtualbox/ubuntu1404 && vagrant box add --name icekernel/trusty64 box/virtualbox/ubuntu1404-nocm-2.0.2.box + cd vagrant/boxcutter/ubuntu && make virtualbox/ubuntu1404 && vagrant box add icekernel/trusty64 box/virtualbox/ubuntu1404-nocm-2.0.2.box vagrant: basebox cd vagrant/dev/ && vagrant up