Fix install typo

Change-Id: I7bf6252c9ec843af1c7a2c328ed7307a85df9df4
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
This commit is contained in:
Guo Ruijing 2016-05-25 01:59:57 +00:00
parent 2bad5a25e9
commit 755efc1ee9
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ wget -c https://launchpad.net/ubuntu/+archive/primary/+files/openvswitch-dpdk_2.
dpkg-source -x openvswitch-dpdk_2.4.0-0ubuntu1.dsc
# copy from debian/control
sudo apt-get intall -y autoconf \
sudo apt-get install -y autoconf \
automake \
bzip2 \
debhelper \

View File

@ -49,7 +49,7 @@ wget -c https://launchpad.net/ubuntu/+archive/primary/+files/openvswitch-dpdk_2.
dpkg-source -x openvswitch-dpdk_2.4.0-0ubuntu1.dsc
# copy from debian/control
sudo apt-get intall -y autoconf \
sudo apt-get install -y autoconf \
automake \
bzip2 \
debhelper \