diff options
-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 |