aboutsummaryrefslogtreecommitdiffstats
path: root/build-root/vagrant/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-root/vagrant/build.sh')
-rwxr-xr-xbuild-root/vagrant/build.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/build-root/vagrant/build.sh b/build-root/vagrant/build.sh
index b608b853397..45a7eb4d336 100755
--- a/build-root/vagrant/build.sh
+++ b/build-root/vagrant/build.sh
@@ -46,9 +46,7 @@ rm -f build-root/.bootstrap.ok
$SUDOCMD make bootstrap
if [ $DISTRIB_ID == "Ubuntu" ]; then
$SUDOCMD make pkg-deb
- (cd build-root/;sudo dpkg -i *.deb)
elif [ $DISTRIB_ID == "CentOS" ]; then
$SUDOCMD make pkg-rpm
- (cd build-root/;sudo rpm -Uvh *.rpm)
fi