diff options
author | Ed Warnicke <eaw@cisco.com> | 2016-03-29 08:26:29 -0500 |
---|---|---|
committer | Ed Warnicke <eaw@cisco.com> | 2016-03-29 08:27:30 -0500 |
commit | 31854abeb91a5d67585780e737d6f6e8bb718240 (patch) | |
tree | fd12c8f2bae80ab8216f1cc0f828697ce3617882 /build-root/vagrant | |
parent | f1bd8bec8776755dfb98f1a93be0f9ee884aa7da (diff) |
Fix to centos vagrant file
Change-Id: I5ceae4354c029cb92527b2eeb1a71b76dc2b0311
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Diffstat (limited to 'build-root/vagrant')
-rw-r--r-- | build-root/vagrant/bootstrap.centos7.sh | 4 |
1 files 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 |