]> git.sesse.net Git - vlc/commitdiff
buildsystem/cmake/scripts/convert_vlc_to_cmake.sh: Force ln.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 4 Feb 2008 13:12:54 +0000 (13:12 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 4 Feb 2008 13:12:54 +0000 (13:12 +0000)
extras/buildsystem/cmake/scripts/convert_vlc_to_cmake.sh

index 505c05f509297f08b08530c4afea6f004dce3b3b..aed44e1685d945c7eb0f5219c9959a42b461370e 100644 (file)
@@ -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