From 31854abeb91a5d67585780e737d6f6e8bb718240 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Tue, 29 Mar 2016 08:26:29 -0500 Subject: [PATCH] Fix to centos vagrant file Change-Id: I5ceae4354c029cb92527b2eeb1a71b76dc2b0311 Signed-off-by: Ed Warnicke --- build-root/vagrant/bootstrap.centos7.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-root/vagrant/bootstrap.centos7.sh b/build-root/vagrant/bootstrap.centos7.sh index 0f8158687d3..36af564a14f 100644 --- a/build-root/vagrant/bootstrap.centos7.sh +++ b/build-root/vagrant/bootstrap.centos7.sh @@ -8,8 +8,8 @@ cd /vpp make install-dep # Build rpms -make bootstrap -make pkg-rpm +sudo -H -u vagrant make bootstrap +sudo -H -u vagrant make pkg-rpm # Install rpms -- 2.16.6