From: Ed Warnicke Date: Tue, 29 Mar 2016 13:26:29 +0000 (-0500) Subject: Fix to centos vagrant file X-Git-Tag: odp_vpp~2055 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=31854abeb91a5d67585780e737d6f6e8bb718240;p=odp4vpp.git Fix to centos vagrant file Change-Id: I5ceae4354c029cb92527b2eeb1a71b76dc2b0311 Signed-off-by: Ed Warnicke --- diff --git a/build-root/vagrant/bootstrap.centos7.sh b/build-root/vagrant/bootstrap.centos7.sh index 0f815868..36af564a 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