Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy files if they cannot be hardlinked #6

Merged
merged 1 commit into from
Aug 7, 2015

Commits on Aug 6, 2015

  1. Copy files if they cannot be hardlinked

    In some cases, hard links are not available.  The `xlsgrep` and `xlscat`
    programs are actually the same script and Makefile.PL links them as
    such.  Since both items are installed by default in a non-interactive
    installation, if the hard link fails, building the module will also
    fail.  If for whatever reason we are not able to hard link the files, we
    should try just copying them as a backup.
    
    I initially thought using a symbolic link would be a good backup choice
    but I am not aware of a portable way to do that.
    bentglasstube committed Aug 6, 2015
    Configuration menu
    Copy the full SHA
    5f21216 View commit details
    Browse the repository at this point in the history