]> git.proxmox.com Git - mirror_ovs.git/blobdiff - tutorial/ovs-sandbox
doc: Move WHY-OVS
[mirror_ovs.git] / tutorial / ovs-sandbox
index 4372da49596c7af222c238444fc38a6dbf6f0326..c9742abeb376ea352c026bf7421493b3d25ec9ff 100755 (executable)
@@ -223,7 +223,7 @@ if $built; then
     case $srcdir in
         '')
             srcdir=$builddir
-            if test ! -e "$srcdir"/WHY-OVS.rst; then
+            if test ! -e "$srcdir"/README.rst; then
                 srcdir=`cd $builddir/.. && pwd`
             fi
             ;;