Skip to content
  • Salvador Fandino's avatar
    build-sys: simulate ln -s correctly on Windows · 07e283d7
    Salvador Fandino authored and Tanu Kaskinen's avatar Tanu Kaskinen committed
    make install was failing on Windows because there cp is
    used to replace ln -s commands but cp doesn't resolve its
    first argument as relative to the second one.
    
    This patch changes the install-bashcompletion-aliases rules
    to chdir to the target dir so that cp works correctly. This
    is the solution recomended in the automake documentation.
    07e283d7