Commit ae2dba8c authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

buildsystem/cmake/scripts/convert_vlc_to_cmake.sh: Force ln.

parent c5146198
......@@ -11,16 +11,16 @@ then
fi
echo "Installing CMakeLists.txt"
ln -s $cmake_dir/CMakeLists/root_CMakeLists.txt CMakeLists.txt
ln -sf $cmake_dir/CMakeLists/root_CMakeLists.txt CMakeLists.txt
echo "Installing src/CMakeLists.txt"
ln -s ../$cmake_dir/CMakeLists/src_CMakeLists.txt src/CMakeLists.txt
ln -sf ../$cmake_dir/CMakeLists/src_CMakeLists.txt src/CMakeLists.txt
echo "Installing include/config.h.cmake"
ln -s $cmake_dir/config.h.cmake include/config.h.cmake
ln -sf $cmake_dir/config.h.cmake include/config.h.cmake
echo "Installing cmake/"
ln -s $cmake_dir/include cmake
ln -sf $cmake_dir/include cmake
echo "Generating CMakeLists for modules/"
sh $cmake_dir/scripts/convert_modules_to_cmake.sh modules
......
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