Fixed typo.
This commit is contained in:
+1
-1
@@ -165,7 +165,7 @@ function ovs {
|
|||||||
./boot.sh
|
./boot.sh
|
||||||
BUILDDIR=/lib/modules/${KERNEL_NAME}/build
|
BUILDDIR=/lib/modules/${KERNEL_NAME}/build
|
||||||
if [ ! -e $BUILDDIR ]; then
|
if [ ! -e $BUILDDIR ]; then
|
||||||
echo "Creating build directory $BUILDDIR"
|
echo "Creating build sdirectory $BUILDDIR"
|
||||||
sudo mkdir -p $BUILDDIR
|
sudo mkdir -p $BUILDDIR
|
||||||
fi
|
fi
|
||||||
opts="--with-l26=$BUILDDIR"
|
opts="--with-l26=$BUILDDIR"
|
||||||
|
|||||||
Reference in New Issue
Block a user