Commit 65b66410 authored by Pavel Shilovsky's avatar Pavel Shilovsky

set kernel sources for legacy case

parent f27490e9
...@@ -119,6 +119,7 @@ detect_etercifs_sources() ...@@ -119,6 +119,7 @@ detect_etercifs_sources()
KERNEL_SOURCE_ETERCIFS_LINK=`ls -1 $ETERCIFS_SOURCES_LIST | grep 'centos52' | sort -r | head -n 1` KERNEL_SOURCE_ETERCIFS_LINK=`ls -1 $ETERCIFS_SOURCES_LIST | grep 'centos52' | sort -r | head -n 1`
else else
echo "Building from legacy sources." echo "Building from legacy sources."
KERNEL_SOURCE_ETERCIFS_LINK=`ls -1 $ETERCIFS_SOURCES_LIST | grep 'legacy' | sort -r | head -n 1`
fi fi
fi fi
# end of CentOS-RHEL specific part # end of CentOS-RHEL specific part
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment