From 8cb034b397d718d64317953f27684ff444194072 Mon Sep 17 00:00:00 2001 From: Billy McFall Date: Thu, 20 Oct 2016 08:50:11 -0400 Subject: [PATCH] VPP-504: Permissions Error on Centos Vagrant VPP VM Change-Id: I5e63538e0ba2395fb13f99f0c7c2ca3123a34e59 Signed-off-by: Billy McFall --- build-root/vagrant/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-root/vagrant/build.sh b/build-root/vagrant/build.sh index e500240be59..76838e28a62 100755 --- a/build-root/vagrant/build.sh +++ b/build-root/vagrant/build.sh @@ -68,7 +68,7 @@ $SUDOCMD make bootstrap if [ $DISTRIB_ID == "Ubuntu" ]; then $SUDOCMD make pkg-deb elif [ $DISTRIB_ID == "CentOS" ]; then - (cd $VPP_DIR/vnet ;aclocal; automake -a) + (cd $VPP_DIR/vnet ;$SUDOCMD aclocal;$SUDOCMD automake -a) $SUDOCMD make pkg-rpm fi -- 2.16.6