Changeset ae2dba8c008c1dd93211dbf26553710c7a90d162

Show
Ignore:
Timestamp:
02/04/08 14:12:54 (7 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1202130774 +0000
git-parent:

[c5146198c227053570f040e432a06f1c8eead089]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1202130774 +0000
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/buildsystem/cmake/scripts/convert_vlc_to_cmake.sh

    r07868f1 rae2dba8  
    1212 
    1313echo "Installing CMakeLists.txt" 
    14 ln -s $cmake_dir/CMakeLists/root_CMakeLists.txt CMakeLists.txt 
     14ln -sf $cmake_dir/CMakeLists/root_CMakeLists.txt CMakeLists.txt 
    1515 
    1616echo "Installing src/CMakeLists.txt" 
    17 ln -s ../$cmake_dir/CMakeLists/src_CMakeLists.txt src/CMakeLists.txt 
     17ln -sf ../$cmake_dir/CMakeLists/src_CMakeLists.txt src/CMakeLists.txt 
    1818 
    1919echo "Installing include/config.h.cmake" 
    20 ln -s $cmake_dir/config.h.cmake include/config.h.cmake 
     20ln -sf $cmake_dir/config.h.cmake include/config.h.cmake 
    2121 
    2222echo "Installing cmake/" 
    23 ln -s $cmake_dir/include cmake 
     23ln -sf $cmake_dir/include cmake 
    2424 
    2525echo "Generating CMakeLists for modules/"